From 3c4e30becd5b62769eb3d4a0179da18acb76b475 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 1 Feb 2013 17:10:36 -0800 Subject: [PATCH] README.md, mention curl not wget. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 877e2b56987..27b63c1080b 100644 --- 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