1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

the shell prompt for non-root sessions is "$" by convention

This commit is contained in:
Xavier Noria 2011-02-13 01:40:32 +01:00
parent bc6554f63c
commit 69f07dad62

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.