提交 4f43c3c3 编写于 作者: J James Miller

Correct command for installing/running bundler

上级 6b540cef
......@@ -187,8 +187,8 @@ h4. Installing the Required Gems
Rails uses the _Bundler_ gem to populate the +vendor+ directory with all the gems your application depends on. As we don't need any special gems beyond the default, we just need to do the following:
<shell>
$ gem install bundle
$ gem bundle
$ gem install bundler
$ bundle install
</shell>
This will copy down the latest versions of all the gems you need to start a rails application.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册