commenting warn
[koha.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 769abc1..2233c68 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,5 @@
-Koha - award-winning open-source Integrated Library System
+Koha 3 - the next-generation release of the award-winning Koha open-source
+integrated library system.
 
 Koha is the first open-source Integrated Library System. Developed initially in
 New Zealand by Katipo Communications, Ltd and first deployed in January of 2000
@@ -9,7 +10,7 @@ more about the Koha project at http://koha.org.
 INSTALLATION
 ============
 
-Koha 3.0 comes with a new installer, based on MakeMaker, the tool that
+Koha 3 comes with a new installer, based on MakeMaker, the tool that
 is usually used to install CPAN modules.  This means that if you know
 how to customise CPAN-installed modules, the same things should work
 for you with Koha.  If not, don't worry.  If you want to customise the
@@ -61,6 +62,16 @@ For full instructions on how to override the default settings, run
 $ perldoc rewrite-config.PL
 
 
+UPGRADE
+=======
+If you are upgrading from a previous installation of Koha 3, you can
+use the following:
+
+ perl Makefile.PL --prev-install-log /path/to/koha-install-log
+ make
+ make test
+ sudo make upgrade
+
 IF YOU HAVE PROBLEMS
 ====================