Skip to content

Commit

Permalink
fix: remove install command $, for copying friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
awamwang committed Nov 3, 2020
1 parent 0cd5ab7 commit b122ee7
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 https://sh.rustup.rs -sSf | 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 b122ee7

Please sign in to comment.