Correct directory name and tweak wording for building manual

ida_star
Wilfred Hughes 2021-09-09 20:50:35 +07:00
parent 532e0a3cc8
commit 1d333141af
1 changed files with 4 additions and 4 deletions

@ -58,9 +58,9 @@ lead to huge memory consumption.
$ /usr/bin/time -v ./target/release/difftastic before.rs after.rs $ /usr/bin/time -v ./target/release/difftastic before.rs after.rs
``` ```
## Documentation ## Manual
This site is generated with This website is generated with
[mdbook](https://github.com/rust-lang/mdBook/). mdbook can be [mdbook](https://github.com/rust-lang/mdBook/). mdbook can be
installed with Cargo. installed with Cargo.
@ -68,10 +68,10 @@ installed with Cargo.
$ cargo install mdbook $ cargo install mdbook
``` ```
You can then use the `mdbook` binary to build and serve this site You can then use the `mdbook` binary to build and serve the site
locally. locally.
``` ```
$ cd docs $ cd manual
$ mdbook serve $ mdbook serve
``` ```