1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Update README.md

change "bundle command" to the writing of "command line"
This commit is contained in:
Hiroo Takizawa 2016-09-24 14:50:45 +09:00 committed by Vasiliy Ermolovich
parent ebe65b516b
commit a9bb7d0318

View file

@ -95,7 +95,7 @@ Devise 4.0 works with Rails 4.1 onwards. You can add it to your Gemfile with:
gem 'devise'
```
Run the bundle command to install it.
Then run `bundle install`
Next, you need to run the generator: