Skip to content

Commit

Permalink
hide curl progress output
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillich committed Nov 17, 2014
1 parent 12a9b9d commit 7f4f660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The easiest way to get Cargo is to get the Rust nightly build by using
the `rustup` script:

```shell
$ curl https://static.rust-lang.org/rustup.sh | sudo bash
$ curl -sS https://static.rust-lang.org/rustup.sh | sudo bash
```

This will get you the latest Rust nightly for your platform along with
Expand Down

0 comments on commit 7f4f660

Please sign in to comment.