]> git.lizzy.rs Git - rust.git/commitdiff
README.md, mention curl not wget.
authorGraydon Hoare <graydon@mozilla.com>
Sat, 2 Feb 2013 01:10:36 +0000 (17:10 -0800)
committerGraydon Hoare <graydon@mozilla.com>
Sat, 2 Feb 2013 01:10:36 +0000 (17:10 -0800)
README.md

index 877e2b569872267936fb772adb1db2b3a594c4de..27b63c1080bd458d9be17010fc2e2ee0806b87a5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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