Skip to content

Commit

Permalink
Update how-to-build info
Browse files Browse the repository at this point in the history
  • Loading branch information
wohali committed Aug 1, 2017
1 parent 8e1c399 commit adc6038
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ You can view the latest rendered build of this content at:

http://docs.couchdb.org/en/latest

# Building this repo

Install Python 2.7+ and pip. Then:

```sh
$ sudo pip install Sphinx sphinx_rtd_theme
$ make html # builds the docs
$ make check # syntax checks the docs
```
# Feedback, Issues, Contributing

General feedback is welcome at our [user][1] or [developer][2] mailing lists.
Expand All @@ -16,3 +25,4 @@ with issue reporting or contributing to the upkeep of this project.
[2]: http://mail-archives.apache.org/mod_mbox/couchdb-dev/
[3]: https://github.com/apache/couchdb/blob/master/CONTRIBUTING.md


0 comments on commit adc6038

Please sign in to comment.