From 50fb0f1dd58f3bffffa47be594af4181bf9393de Mon Sep 17 00:00:00 2001 From: Mark Veltzer Date: Tue, 25 Apr 2023 01:09:26 +0300 Subject: [PATCH] Update README.md Remove $ before each command because this will enable people to copy the code to their terminals. When I copied it using the special "COPY" button for code snippets it copied the "$" at the beginning of each line... --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 462f733e5b..e43b044c81 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ to read it online. If you'd like to read it locally, [install Rust], and then: ```bash -$ git clone https://github.com/rust-lang/rust-by-example -$ cd rust-by-example -$ cargo install mdbook -$ mdbook build -$ mdbook serve +git clone https://github.com/rust-lang/rust-by-example +cd rust-by-example +cargo install mdbook +mdbook build +mdbook serve ``` [install Rust]: https://www.rust-lang.org/tools/install