Update ReadMe material, set licence to GPL v2
[libcontrac.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 441a598..f2c672f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -15,13 +15,13 @@ autoreconf --install
 
 make
 
-4. Install application (usually has to be done as root):
+4. Run the tests:
 
-sudo make install
+make check
 
-5. Run the tests:
+5. Install application (usually has to be done as root):
 
-make check
+sudo make install
 
 6. To create the debian package: