Correcting the name of one of the developers. :)
[koha.git] / INSTALL.ubuntu.lucid
index 7b096fb..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
 
@@ -305,6 +305,7 @@ UPGRADE
 If you are upgrading from a previous installation of Koha 3, you can
 use the following:
 
+ ./koha_perl_deps.pl -u -m # to identify new Perl dependencies
  perl Makefile.PL --prev-install-log /path/to/koha-install-log
  make
  make test