added README

This commit is contained in:
sinu
2022-11-23 12:30:45 -08:00
parent 7d51f9e705
commit 17a58889fb

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# TLSNotary mdBook Documentation
## Build
Install mdbook and mdbook-katex
```bash
cargo install mdbook --version 0.4.21
cargo install --git "https://github.com/sinui0/mdbook-katex"
```
Then build and serve
```bash
mdbook serve
```