X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/41a6d8591d5962dbfe8e372fff10c60e06718083..f7a73141ca0db04818f958e68667f5b3f3019550:/INSTALL diff --git a/INSTALL b/INSTALL index c018351..8d2bebd 100644 --- 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