From c0896617bb806459e9e7e606ccc69f8e3160cdd1 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 8 Aug 2017 12:56:13 +0000 Subject: [PATCH] Better (corrected) build instructions --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab0d6fc..cb58f3f 100644 --- a/README.md +++ b/README.md @@ -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