Don't use relative paths, make people set $PATH.
[febootstrap.git] / README
diff --git a/README b/README
index ffc6608..8551df9 100644 (file)
--- 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
 -----------------