mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-10 14:14:20 +00:00
Added local mdbook instructions to README.md
This commit is contained in:
parent
5da134d5d1
commit
9fefa98ddd
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -14,7 +14,18 @@ using the crates of the Rust ecosystem.
|
|||
These examples are complete, and suitable for copying directly into
|
||||
new cargo projects. They are tested and guaranteed to work.
|
||||
|
||||
If you'd like to read it locally, [install Rust], and then:
|
||||
|
||||
```bash
|
||||
$ git clone https://github.com/rust-lang-nursery/rust-cookbook
|
||||
$ cd rust-cookbook
|
||||
$ cargo install mdbook
|
||||
$ mdbook build
|
||||
$ mdbook serve
|
||||
```
|
||||
|
||||
[Read it here]: https://rust-lang-nursery.github.io/rust-cookbook
|
||||
[install Rust]: https://www.rustup.rs
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
Loading…
Reference in a new issue