bug 5516: Corrected git url in Install Documentation Corrected the git clone url...
authorEdward Allen <ybeddyj@gmail.com>
Sat, 18 Dec 2010 19:05:50 +0000 (20:05 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Sat, 18 Dec 2010 19:19:21 +0000 (08:19 +1300)
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
INSTALL.ubuntu
INSTALL.ubuntu.lucid

index 3a33799..58220ca 100644 (file)
@@ -52,7 +52,7 @@ Run the following command to update your system:
 1.4.1 Option A: Download Koha via Git (optional)
 
     $ sudo apt-get install git-core git-email
-    $ git clone git://git.koha-community.org/pub/scm/koha.git kohaclone
+    $ git clone git://git.koha-community.org/koha.git kohaclone
     $ cd kohaclone
     $ git checkout -b myinstall origin
 
index 0ee096e..4d77227 100644 (file)
@@ -45,7 +45,7 @@ IMPORTANT:  You _MUST_ follow all the steps outlined there for
 1.3.1 Option A: Download Koha via Git (optional)
 
     $ sudo apt-get install git-core git-email
-    $ git clone git://git.koha-community.org/pub/scm/koha.git kohaclone
+    $ git clone git://git.koha-community.org/koha.git kohaclone
     $ cd kohaclone
     $ git checkout -b myinstall origin