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:
parent
bc6554f63c
commit
69f07dad62
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue