diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 41563a5704..ed2a4188db 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -195,7 +195,7 @@ h4. Installing the Required Gems Rails applications manage gem dependencies with "Bundler":http://gembundler.com/v1.0/index.html by default. As we don't need any other gems beyond the ones in the generated +Gemfile+ we can directly run -bundle install +# bundle install to have them ready.