aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-11-16 08:54:59 -0800
committerZachary Scott <e@zzak.io>2014-11-16 08:54:59 -0800
commit823336c2c8b2492e44d532c452a81ef91134468c (patch)
tree968ca8157b92f867423dbf4ee26756f9a041cdbe
parent759054abfc66ba0ddc2073a83c3a4c2cdd467e9d (diff)
parente950c3e47b89a83aa81a9b0cde3c1f4848dc006d (diff)
downloadrails-823336c2c8b2492e44d532c452a81ef91134468c.tar.gz
rails-823336c2c8b2492e44d532c452a81ef91134468c.tar.bz2
rails-823336c2c8b2492e44d532c452a81ef91134468c.zip
Merge pull request #17637 from gregmolnar/docs
add Nokogiri to docs generation guides [ci skip]
-rw-r--r--guides/source/getting_started.md2
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