This repository contains the manual/user guide for the dialect software package.
Check out the User Guide for a list of features and installation and usage information.
If you are interested in contributing to the manual you can build it yourself using mdBook.
Building the manual requires mdBook. To get it:
cargo install mdbook
To build the manual, type:
mdbook build
The output will be in the book
subdirectory. To check it out, open book/index.html
in your web browser. Or use
mdbook serve --open
to preview the manual by serving it via HTTP at localhost:3000
.
All the code in this repository is released under the MIT license for more information take a look at the LICENSE file.