]> git.cworth.org Git - hgbook-git/blobdiff - tour.mdwn
Linkify git-web link and fix Ubuntu command
[hgbook-git] / tour.mdwn
index 9ba65bb0e6bf824c47c7646dc0f5e32125382d1a..c651d800fff17061da3035e6d85d69dd851edcf5 100644 (file)
--- a/tour.mdwn
+++ b/tour.mdwn
@@ -31,12 +31,13 @@ Changes made by Carl include the following:
 
 The source of this modified version can be obtained via git:
 
 
 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
+       git clone git://cworth.org/git/hgbook-git
 
 
-and can be browsed online:
+or
 
 
-    http://git.cworth.org/git/hgbook-git
+       git clone http://cworth.org/git/hgbook-git
+
+and can be [browsed online](http://git.cworth.org/git/hgbook-git)
 
 ### 2.1  Installing git on your system
 
 
 ### 2.1  Installing git on your system
 
@@ -77,7 +78,7 @@ with git, meaning GNU Interactive Tools).
 
   * Ubuntu
 
 
   * Ubuntu
 
-       apt-get install git
+       apt-get install git-core
 
 #### 2.1.2  Mac OS X
 
 
 #### 2.1.2  Mac OS X
 
@@ -394,7 +395,7 @@ created:
 Another useful option is -n or --max-count which, unsurprisingly,
 limits the maximum number of commits to be displayed.
 
 Another useful option is -n or --max-count which, unsurprisingly,
 limits the maximum number of commits to be displayed.
 
-#### 2.4.3  More detailed information
+#### 2.4.5  More detailed information
 
 While the default information printed by “git log” is useful if you
 already know what you’re looking for, you may need to see more details
 
 While the default information printed by “git log” is useful if you
 already know what you’re looking for, you may need to see more details