Tested build instructions, using curl (wget was a bit confusing)

This commit is contained in:
Neale Pickett 2017-08-08 13:06:46 +00:00
parent 9c84c27c88
commit 598c6d81e2
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ Flags are sparse by design.
How To Build
------------
wget -O - https://github.com/dirtbags/fluffy/archive/master.tar.gz | tar xzf -
cd fluffy
curl https://github.com/dirtbags/fluffy/archive/master.tar.gz | tar xzf -
cd fluffy-master
make DESTDIR=$HOME install
On an Ubuntu system,