chiark / gitweb /
Fix bashism
[stgit] / INSTALL
diff --git a/INSTALL b/INSTALL
index c018351c328a81200724edcdde66ef04d8a429f8..8d2bebd9d1824f1b7af5cfe6fbd11f9cbfde6d74 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -2,6 +2,12 @@ For basic installation:
 
        python setup.py install
 
+By default, the above command installs StGIT in the
+$HOME/{bin,lib,share} directories. For a different location, use the
+--prefix option.
+
+       python setup.py install --prefix=/usr
+
 For more information:
 
        http://docs.python.org/inst/inst.html