summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-07-30 15:26:13 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-07-30 15:26:13 +0100
commitd42e3067d9fe488acd20a8db8c936fe3f53223e3 (patch)
treec5711b1acf61b772548d2169814bef4e0285ac5b /README
parentfd8f894830080d466e97b334f8c462dbc8e8baf3 (diff)
downloadfebootstrap-d42e3067d9fe488acd20a8db8c936fe3f53223e3.tar.gz
febootstrap-d42e3067d9fe488acd20a8db8c936fe3f53223e3.tar.xz
febootstrap-d42e3067d9fe488acd20a8db8c936fe3f53223e3.zip
Don't use relative paths, make people set $PATH.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index ffc6608..8551df9 100644
--- a/README
+++ b/README
@@ -47,6 +47,12 @@ Building and installing
make
sudo make install
+Note, if you want to run the scripts locally without installing,
+you have to set the $PATH to the current directory, ie:
+
+ PATH=$(pwd):$PATH
+ febootstrap [...]
+
Feedback and bugs
-----------------