Docs: Add README

This commit is contained in:
Danilo Bargen 2020-11-14 23:55:49 +01:00
commit c33c146a17

8
docs/README.md Normal file
View file

@ -0,0 +1,8 @@
# 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`.