mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
README.md, mention curl not wget.
This commit is contained in:
parent
f6c84129b4
commit
3c4e30becd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user