diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-27 12:31:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-27 12:31:50 -0400 |
commit | 6e750764b7d30d9cb0684cdaadd79ec091a4fda6 (patch) | |
tree | adcc1c2dac4c1b5ad7a941546250e0931a45c5fc /doc/install.mdwn | |
parent | f82da1d9dca0712cdd87e3fc0ed8a2c2e2440228 (diff) |
The wget command will now be used in preference to curl, if available.
Got tired of curl's various ugly progress bars.
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r-- | doc/install.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index 49ddd913f..ac521da18 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -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) |