From 06160be013239d6a4895fa210a4a77379bd9a105 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sun, 9 Jul 2017 17:59:32 +0000 Subject: [PATCH] Better build instructions --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4562ef0..ab0d6fc 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,12 @@ Flags are sparse by design. How To Build ------------ -Just run `make` in this directory. +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 Programs