tealdeer/docs/README.md
2020-11-14 23:55:49 +01:00

8 lines
218 B
Markdown

# Tealdeer Docs
To build the docs, install [mdbook](https://github.com/rust-lang/mdBook).
You can build the HTML with `mdbook build`.
To serve the docs on `localhost:3000` and watch for changes, use `mdbook
serve`.