Skip to content

Commit

Permalink
Merge pull request #1704 from veltzer/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
marioidival committed Apr 25, 2023
2 parents 31961fe + 50fb0f1 commit 4d1218f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d1218f

Please sign in to comment.