From 00867b312c0239e10526e824b3232970553af3c5 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Mon, 13 Apr 2015 21:23:44 -0400 Subject: [PATCH] Fix up nightly installation instructions. The two-step command left off the nightly flag :frown: Thanks @mdinger --- src/doc/trpl/nightly-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/trpl/nightly-rust.md b/src/doc/trpl/nightly-rust.md index da6985da19f..3b76cce568c 100644 --- a/src/doc/trpl/nightly-rust.md +++ b/src/doc/trpl/nightly-rust.md @@ -18,7 +18,7 @@ use a two-step version of the installation and examine our installation script: ```bash $ curl -f -L https://static.rust-lang.org/rustup.sh -O -$ sudo sh rustup.sh +$ sudo sh rustup.sh --channel=nightly ``` [insecurity]: http://curlpipesh.tumblr.com