Better (corrected) build instructions

This commit is contained in:
Neale Pickett 2017-08-08 12:56:13 +00:00
parent 32d0992bfd
commit c0896617bb
1 changed files with 9 additions and 4 deletions

View File

@ -16,12 +16,17 @@ Flags are sparse by design.
How To Build
------------
This assumes you're on an Ubuntu system,
or otherwise have `$HOME/bin` in your `PATH` environment variable.
git clone https://github.com/dirtbags/fluffy
cd fluffy
make DESTDIR=$HOME/bin install
make DESTDIR=$HOME install
On an Ubuntu system,
you may need to log out, and log back in,
before the utilities are in your path.
On a non-Ubuntu system,
you may need to edit your `.bashrc` to add `$HOME/bin` to your `PATH`
environment variable.
Programs