summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
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
-----------------