Add instructions for rendering docs locally to the README

This commit is contained in:
Carol (Nichols || Goulding) 2016-05-13 16:47:11 -04:00
parent e3a9bc698d
commit 9e0da6fb20

View File

@ -87,7 +87,14 @@ a list of known community-developed subcommands.
## Contributing to the Docs ## Contributing to the Docs
To contribute to the docs, all you need to do is change the markdown files in To contribute to the docs, all you need to do is change the markdown files in
the `src/doc` directory. the `src/doc` directory. To view the rendered version of changes you have
made locally, run:
```sh
./configure
make doc
open target/doc/index.html
```
## Release notes ## Release notes