We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cd5ab7 + b122ee7 commit eaab752Copy full SHA for eaab752
src/doc/src/getting-started/installation.md
@@ -8,7 +8,7 @@ by using `rustup`. Installing Rust using `rustup` will also install `cargo`.
8
On Linux and macOS systems, this is done as follows:
9
10
```console
11
-$ curl https://sh.rustup.rs -sSf | sh
+curl https://sh.rustup.rs -sSf | sh
12
```
13
14
It will download a script, and start the installation. If everything goes well,
0 commit comments