summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 0 insertions, 9 deletions
diff --git a/README b/README
index e789b0ed8..ffeb8cffc 100644
--- a/README
+++ b/README
@@ -5,12 +5,3 @@ in a coherent and transparent fashion.
Much documentation is available on the Bcfg2 web site, at:
http://www.bcfg2.org
-For a basic installation of bcfg2, (ignoring prerequisites) can be performed
-by running the command:
-$ python setup.py install --prefix=/install/prefix
-
-This command will install all code and binaries in that prefix. If the
-installation prefix is not /usr, or the python installation prefix,
-then the environment variable PYTHONPATH will need to be adjusted to
-point at the bcfg2 libraries installed into:
-$ PYTHONPATH=/install/prefix/lib/python2.X/site-packages