README.md, mention curl not wget.

This commit is contained in:
Graydon Hoare 2013-02-01 17:10:36 -08:00
parent f6c84129b4
commit 3c4e30becd
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ packages:
Assuming you're on a relatively modern *nix system and have met the
prerequisites, something along these lines should work.
$ wget http://static.rust-lang.org/dist/rust-0.5.tar.gz
$ curl -O http://static.rust-lang.org/dist/rust-0.5.tar.gz
$ tar -xzf rust-0.5.tar.gz
$ cd rust-0.5
$ ./configure