diff options
author | Greg Molnar <molnargerg@gmail.com> | 2014-11-16 16:38:08 +0000 |
---|---|---|
committer | Greg Molnar <molnargerg@gmail.com> | 2014-11-16 16:38:08 +0000 |
commit | e950c3e47b89a83aa81a9b0cde3c1f4848dc006d (patch) | |
tree | 968ca8157b92f867423dbf4ee26756f9a041cdbe /guides/source | |
parent | 759054abfc66ba0ddc2073a83c3a4c2cdd467e9d (diff) | |
download | rails-e950c3e47b89a83aa81a9b0cde3c1f4848dc006d.tar.gz rails-e950c3e47b89a83aa81a9b0cde3c1f4848dc006d.tar.bz2 rails-e950c3e47b89a83aa81a9b0cde3c1f4848dc006d.zip |
add Nokogiri to docs generation guides
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 92f8ef5b08..1996158e27 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -2049,7 +2049,7 @@ command-line utility: in your web browser to explore the API documentation. TIP: To be able to generate the Rails Guides locally with the `doc:guides` rake -task you need to install the RedCloth gem. Add it to your `Gemfile` and run +task you need to install the RedCloth and Nokogiri gems. Add it to your `Gemfile` and run `bundle install` and you're ready to go. Configuration Gotchas |