Add instructions for building the user guide

This commit is contained in:
Palash Tyagi 2025-08-03 23:25:13 +01:00
parent c7552f2264
commit ae27ed9373

View File

@ -198,3 +198,13 @@ To run the benchmarks, use:
```bash
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.