mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-19 23:09:59 +00:00
Add instructions for building the user guide
This commit is contained in:
parent
c7552f2264
commit
ae27ed9373
10
README.md
10
README.md
@ -198,3 +198,13 @@ To run the benchmarks, use:
|
|||||||
```bash
|
```bash
|
||||||
cargo bench --features "bench"
|
cargo bench --features "bench"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Building the user-guide
|
||||||
|
|
||||||
|
To build the user guide, use:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cargo binstall mdbook
|
||||||
|
bash docs/build.sh
|
||||||
|
```
|
||||||
|
This will generate the user guide in the `docs/book` directory.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user