The wget command will now be used in preference to curl, if available.
Got tired of curl's various ugly progress bars.
This commit is contained in:
parent
f82da1d9dc
commit
6e750764b7
5 changed files with 31 additions and 10 deletions
|
@ -34,7 +34,7 @@ To build and use git-annex, you will need:
|
|||
(or `uuidgen` from util-linux)
|
||||
* [xargs](http://savannah.gnu.org/projects/findutils/)
|
||||
* [rsync](http://rsync.samba.org/)
|
||||
* [curl](http://http://curl.haxx.se/) (optional, but recommended)
|
||||
* [wget](http://www.gnu.org/software/wget/) or [curl](http://http://curl.haxx.se/) (optional, but recommended)
|
||||
* [sha1sum](ftp://ftp.gnu.org/gnu/coreutils/) (optional, but recommended;
|
||||
a sha1 command will also do)
|
||||
* [gpg](http://gnupg.org/) (optional; needed for encryption)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue