colmena/manual/README.md
Zhaofeng Li 4497ef296e Add manual
We finally have some real documentation :)
2021-11-17 22:21:00 -08:00

9 lines
339 B
Markdown

# Documentation
You can read the rendered version [here](https://zhaofengli.github.io/colmena).
## Building the Documentation
The manual is rendered using [mdBook](https://github.com/rust-lang/mdBook).
To build the manual, do `nix build .#manual`.
You can also do `nix build .#manualFast` for a version without the CLI usage reference.