From: Carl Worth Date: Fri, 28 Sep 2007 09:30:47 +0000 (-0700) Subject: Linkify git-web link and fix Ubuntu command X-Git-Url: https://git.cworth.org/git?p=hgbook-git;a=commitdiff_plain;h=9c89094a960cac02b37d530d2b3e9af5f58a9bce Linkify git-web link and fix Ubuntu command --- diff --git a/tour.mdwn b/tour.mdwn index 2b908b3..c651d80 100644 --- 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