Correcting the name of one of the developers. :)
[koha.git] / INSTALL.debian
index f0dac4d..e5c560d 100644 (file)
@@ -31,7 +31,7 @@ Edit your /etc/apt/sources.list file and add the following:
 
 The Index Data packages are signed with a key you can install as follows:
 
-    $ wget -O- http://ftp.indexdata.dk/debian/indexdata.asc | sudo apt-key add
+    $ wget -O- http://ftp.indexdata.dk/debian/indexdata.asc | sudo apt-key add -
 
 Finally, update your apt sources:
     $ sudo apt-get update
@@ -322,6 +322,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