]> git.cworth.org Git - hgbook-git/commitdiff
Linkify git-web link and fix Ubuntu command
authorCarl Worth <cworth@cworth.org>
Fri, 28 Sep 2007 09:30:47 +0000 (02:30 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 28 Sep 2007 09:30:47 +0000 (02:30 -0700)
tour.mdwn

index 2b908b3ee53be27947d21cbbf1182665c469dc79..c651d800fff17061da3035e6d85d69dd851edcf5 100644 (file)
--- a/tour.mdwn
+++ b/tour.mdwn
@@ -32,12 +32,12 @@ Changes made by Carl include the following:
 The source of this modified version can be obtained via git:
 
        git clone git://cworth.org/git/hgbook-git
+
 or
-       git clone http://cworth.org/git/hgbook-git
 
-and can be browsed online:
+       git clone http://cworth.org/git/hgbook-git
 
-    http://git.cworth.org/git/hgbook-git
+and can be [browsed online](http://git.cworth.org/git/hgbook-git)
 
 ### 2.1  Installing git on your system
 
@@ -78,7 +78,7 @@ with git, meaning GNU Interactive Tools).
 
   * Ubuntu
 
-       apt-get install git
+       apt-get install git-core
 
 #### 2.1.2  Mac OS X