Skip to content

Commit b122ee7

Browse files
authored
fix: remove install command $, for copying friendly
1 parent 0cd5ab7 commit b122ee7

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)