From d42e3067d9fe488acd20a8db8c936fe3f53223e3 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 30 Jul 2009 15:26:13 +0100 Subject: Don't use relative paths, make people set $PATH. --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') 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 ----------------- -- cgit