Updated readme to include instructions on which dependencies to install before building guides.

This commit is contained in:
Jeff Dean
2008-11-12 00:59:13 -05:00
parent 29e053979e
commit ef3672ddda

View File

@@ -1,2 +1,5 @@
Use this README file to introduce your application and point to useful places in the API for learning more.
Run "rake doc:app" to generate API documentation for your models, controllers, helpers, and libraries.
To build the guides:
* Install source-highlighter (http://www.gnu.org/software/src-highlite/source-highlight.html)
* Install the mizuho gem (http://github.com/FooBarWidget/mizuho/tree/master)
* Run `rake guides` from the railties directory