We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947b87e commit 9518775Copy full SHA for 9518775
1 file changed
README.md
@@ -16,10 +16,10 @@ assumed to be already installed.
16
17
###0. Install Rust (including Cargo) if you haven't already
18
19
-See the [Rust download page](https://www.rust-lang.org/downloads.html). For
+See [rustup.rs](https://rustup.rs/). For
20
Linux and OS X, this means:
21
```
22
-curl -sSf https://static.rust-lang.org/rustup.sh | sh
+curl https://sh.rustup.rs -sSf | sh
23
24
25
###1. Clone encoding_rs
0 commit comments