Skip to content

Commit

Permalink
Update the rustup URL
Browse files Browse the repository at this point in the history
  • Loading branch information
wezm authored Dec 17, 2018
1 parent bd5b21e commit 41b943a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ by using `rustup`. Installing Rust using `rustup` will also install `cargo`.
On Linux and macOS systems, this is done as follows:

```console
$ curl -sSf https://static.rust-lang.org/rustup.sh | sh
$ curl https://sh.rustup.rs -sSf | sh
```

It will download a script, and start the installation. If everything goes well,
Expand Down

0 comments on commit 41b943a

Please sign in to comment.