forked from DGNum/colmena
4497ef296e
We finally have some real documentation :)
9 lines
339 B
Markdown
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.
|