Skip to content

Commit eaab752

Browse files
committed
Auto merge of #8828 - awamwang:patch-1, r=ehuss
fix: remove install command `$`, for copying friendly
2 parents 0cd5ab7 + b122ee7 commit eaab752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ by using `rustup`. Installing Rust using `rustup` will also install `cargo`.
88
On Linux and macOS systems, this is done as follows:
99

1010
```console
11-
$ curl https://sh.rustup.rs -sSf | sh
11+
curl https://sh.rustup.rs -sSf | sh
1212
```
1313

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

0 commit comments

Comments
 (0)