mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
8 lines
218 B
Markdown
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`.
|