Section 3.3: '# bundle install' instead of just 'bundle install'

This commit is contained in:
Nicholas E. May (on Enterprise)
2010-10-02 22:43:45 -05:00
parent ffe24354cc
commit ab7b99f150

View File

@@ -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.