mirror of https://github.com/dirtbags/fluffy.git
Make curl follow redirects; have tar show what it does
This commit is contained in:
parent
598c6d81e2
commit
12f18a513f
|
@ -16,7 +16,7 @@ Flags are sparse by design.
|
||||||
How To Build
|
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
|
cd fluffy-master
|
||||||
make DESTDIR=$HOME install
|
make DESTDIR=$HOME install
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue