We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2c01b5 + 3c4e30b commit d854112Copy full SHA for d854112
README.md
@@ -42,7 +42,7 @@ packages:
42
Assuming you're on a relatively modern *nix system and have met the
43
prerequisites, something along these lines should work.
44
45
- $ 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
46
$ tar -xzf rust-0.5.tar.gz
47
$ cd rust-0.5
48
$ ./configure
0 commit comments