@@ -, +, @@ --- INSTALL.ubuntu | 2 +- INSTALL.ubuntu.lucid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/INSTALL.ubuntu +++ a/INSTALL.ubuntu @@ -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 --- a/INSTALL.ubuntu.lucid +++ a/INSTALL.ubuntu.lucid @@ -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 --