Skip to content

Commit 84e4a72

Browse files
committed
rollup merge of rust-lang#24398: steveklabnik/thanks_mdinger
The two-step command left off the nightly flag :frown: Thanks @mdinger
2 parents cf53ae0 + 00867b3 commit 84e4a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/nightly-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use a two-step version of the installation and examine our installation script:
1818

1919
```bash
2020
$ curl -f -L https://static.rust-lang.org/rustup.sh -O
21-
$ sudo sh rustup.sh
21+
$ sudo sh rustup.sh --channel=nightly
2222
```
2323

2424
[insecurity]: http://curlpipesh.tumblr.com

0 commit comments

Comments
 (0)