summaryrefslogtreecommitdiffstats
path: root/git_och_fripost.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'git_och_fripost.mdwn')
-rw-r--r--git_och_fripost.mdwn10
1 files changed, 5 insertions, 5 deletions
diff --git a/git_och_fripost.mdwn b/git_och_fripost.mdwn
index 06bda9b..e871b7c 100644
--- a/git_och_fripost.mdwn
+++ b/git_och_fripost.mdwn
@@ -13,12 +13,12 @@ Git [...] is a distributed version control and source code management (SCM) syst
If you have not used Git before, or if you are otherwise interested, these are some reading tips
-* "[[Distributied Version Control|https://en.wikipedia.org/wiki/Distributed_version_control]]" on Wikipedia
-* "[[Git|https://en.wikipedia.org/wiki/Git_%28software%29]]" on Wikipedia
-* The [[Git offical web site|https://git-scm.com/]]
-* Some [[videos on using Git|https://git-scm.com/videos]]
+* "[Distributied Version Control](https://en.wikipedia.org/wiki/Distributed_version_control)" on Wikipedia
+* "[Git](https://en.wikipedia.org/wiki/Git_%28software%29)" on Wikipedia
+* The [Git offical web site](https://git-scm.com/)
+* Some [videos on using Git](https://git-scm.com/videos)
-Install git on Debian GNU/Linux or similar
+Install git on [Debian GNU/Linux](https://www.debian.org/) or similar
$ sudo aptitude install git-core git-doc git-man gitk