Skip to content

Commit

Permalink
Section 3.3: '# bundle install' instead of just 'bundle install'
Browse files Browse the repository at this point in the history
  • Loading branch information
may committed Oct 3, 2010
1 parent ffe2435 commit ab7b99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/getting_started.textile
Expand Up @@ -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

<shell>
bundle install
# bundle install
</shell>

to have them ready.
Expand Down

0 comments on commit ab7b99f

Please sign in to comment.