Skip to content

Commit 50fb0f1

Browse files
authored
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...
1 parent 31961fe commit 50fb0f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ to read it online.
1515
If you'd like to read it locally, [install Rust], and then:
1616

1717
```bash
18-
$ git clone https://github.com/rust-lang/rust-by-example
19-
$ cd rust-by-example
20-
$ cargo install mdbook
21-
$ mdbook build
22-
$ mdbook serve
18+
git clone https://github.com/rust-lang/rust-by-example
19+
cd rust-by-example
20+
cargo install mdbook
21+
mdbook build
22+
mdbook serve
2323
```
2424

2525
[install Rust]: https://www.rust-lang.org/tools/install

0 commit comments

Comments
 (0)