diff --git a/README.html b/README.html index f9454b46a..c7395c94b 100644 --- a/README.html +++ b/README.html @@ -63,7 +63,7 @@

To specify where to install do:

-    su -c make PREFIX=custom_path install
+    ./configure --prefix=custom_path
 

Running Gajim

@@ -98,7 +98,8 @@ or if you didn't 'make install' you can also run from gajim folder with./lau If you want to remove it from custom directory provide it as:

-    make PREFIX=custom_path uninstall
+    ./configure --prefix=custom_path
+    make uninstall
 

Miscellaneous