-[[meta title="Chapter 2: A tour of git: the basics"]]
+[[meta title="A tour of git: the basics"]]
 
 ### 2.0 Copyright
 
 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
 
 
   * Ubuntu
 
-       apt-get install git
+       apt-get install git-core
 
 #### 2.1.2  Mac OS X