1 2 3 4 5
|
# Contributing
## Building the manual
The Mustache Manual — [mustache(5)](http://mustache.github.io/mustache.5.html) and [mustache(1)](http://mustache.github.io/mustache.1.html) — is automatically generated by [Ronn](http://rtomayko.github.io/ronn/). To update the manual, edit [mustache.5.ronnn](https://github.com/mustache/mustache/blob/master/man/mustache.5.ronn) and [mustache.1.ronn](https://github.com/mustache/mustache/blob/master/man/mustache.5.ronn), then run `rake man`. Commit all compiled manual files and open a pull request!
|