From b122ee7b2cc86a0bd84f43bcb113f31193d7ad0f Mon Sep 17 00:00:00 2001 From: Awam M Wang Date: Tue, 3 Nov 2020 20:34:16 +0800 Subject: [PATCH] fix: remove install command `$`, for copying friendly --- src/doc/src/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/getting-started/installation.md b/src/doc/src/getting-started/installation.md index d7e55db1975..4c66691608c 100644 --- a/src/doc/src/getting-started/installation.md +++ b/src/doc/src/getting-started/installation.md @@ -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,