Make curl follow redirects; have tar show what it does

This commit is contained in:
Neale Pickett 2017-08-08 13:31:49 +00:00
parent 598c6d81e2
commit 12f18a513f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Flags are sparse by design.
How To Build
------------
curl https://github.com/dirtbags/fluffy/archive/master.tar.gz | tar xzf -
curl -L https://github.com/dirtbags/fluffy/archive/master.tar.gz | tar xzvf -
cd fluffy-master
make DESTDIR=$HOME install