diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2009-01-17 16:02:48 +0000 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2009-01-17 16:11:27 +0000 |
commit | e3fd533d031b6411bbb99b3da94dfb3ec8e0bfdf (patch) | |
tree | 219afda50f10136fcb2390c7dec846fbc5dfd62d | |
parent | 20e57c0276e7d220d61de0fa1a5f7d37131c5aab (diff) | |
download | rails-e3fd533d031b6411bbb99b3da94dfb3ec8e0bfdf.tar.gz rails-e3fd533d031b6411bbb99b3da94dfb3ec8e0bfdf.tar.bz2 rails-e3fd533d031b6411bbb99b3da94dfb3ec8e0bfdf.zip |
Revert "Updated readme to include instructions on which dependencies to install before building guides."
This reverts commit ef3672dddaf6171b2fd9ef5ecc4458e0349a486f.
-rw-r--r-- | railties/doc/README_FOR_APP | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/railties/doc/README_FOR_APP b/railties/doc/README_FOR_APP index e33b85817b..fe41f5cc24 100644 --- a/railties/doc/README_FOR_APP +++ b/railties/doc/README_FOR_APP @@ -1,5 +1,2 @@ -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 +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. |