Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down