aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc
diff options
context:
space:
mode:
authorJeff Dean <jeff@zilkey.com>2008-11-12 00:59:13 -0500
committerJeff Dean <jeff@zilkey.com>2008-11-12 00:59:13 -0500
commitef3672dddaf6171b2fd9ef5ecc4458e0349a486f (patch)
tree3b721e7bee7ae257f18959ed25fef05aa023411d /railties/doc
parent29e053979e719937a1f5d235ac6cd83a530d020c (diff)
downloadrails-ef3672dddaf6171b2fd9ef5ecc4458e0349a486f.tar.gz
rails-ef3672dddaf6171b2fd9ef5ecc4458e0349a486f.tar.bz2
rails-ef3672dddaf6171b2fd9ef5ecc4458e0349a486f.zip
Updated readme to include instructions on which dependencies to install before building guides.
Diffstat (limited to 'railties/doc')
-rw-r--r--railties/doc/README_FOR_APP7
1 files changed, 5 insertions, 2 deletions
diff --git a/railties/doc/README_FOR_APP b/railties/doc/README_FOR_APP
index fe41f5cc24..e33b85817b 100644
--- a/railties/doc/README_FOR_APP
+++ b/railties/doc/README_FOR_APP
@@ -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 \ No newline at end of file