From 15980693a133b2db9a48fc085b41d109e5e894df Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Tue, 2 Aug 2011 02:08:45 -0300 Subject: [PATCH] Edit the README since the 'prefix' variable from the Bakefile is lowercase --- README.mkd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.mkd b/README.mkd index f04c64a..179949e 100644 --- a/README.mkd +++ b/README.mkd @@ -40,10 +40,10 @@ run: This will install all files using `/usr/local` as prefix in sources. If you want install in your local applications (e.g. `~/.local/`) just set -environment variable `PREFIX`. +environment variable `prefix`. PATH=$PWD/bin:$PATH - PREFIX=~/.local bake install + prefix=~/.local bake install The installation task will create `.uninstall` file that used by `uninstall` task. So, if you want uninstall Bash-Toolbox, just run: