mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
Add note on how to build docs
This commit is contained in:
parent
49ef4cf970
commit
5abbcfde0c
12
README.md
12
README.md
@ -62,6 +62,18 @@ You can quickly setup a redis by either installing it from your system package m
|
||||
`docker run --name github-bridge-redis -p 6379:6379 -d redis`
|
||||
|
||||
in Docker.
|
||||
|
||||
## Documentation
|
||||
|
||||
Documentation can be found on [GitHub Pages](https://matrix-org.github.io/matrix-appservice-irc).
|
||||
|
||||
You can build the documentaion yourself by:
|
||||
```sh
|
||||
# cargo install mdbook
|
||||
mdbook build
|
||||
sensible-browser book/index.html
|
||||
```
|
||||
|
||||
## Contact
|
||||
|
||||
TODO...
|
Loading…
x
Reference in New Issue
Block a user