docs/README: document how to build locally

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
release-3.4
Gyuho Lee 2018-07-20 15:16:52 -07:00
parent 98f54ec3f5
commit 40034c45ab
1 changed files with 18 additions and 0 deletions

18
docs/README.md Normal file
View File

@ -0,0 +1,18 @@
#### etcd Documentation
This is an official etcd documentation https://etcd.readthedocs.io/en/latest.
Working in progress...
#### Install and build
```bash
# https://docs.readthedocs.io/en/latest/getting_started.html
pip install sphinx sphinx-autobuild
pip install sphinx_rtd_theme
make html
```
And open `_build/html/index.html` for preview.