mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Update README.doc to specify adding devise to the Gemfile.
This commit is contained in:
parent
eaae041b4c
commit
dfcf825721
1 changed files with 4 additions and 4 deletions
|
@ -89,11 +89,11 @@ Once you have solidified your understanding of Rails and authentication mechanis
|
|||
|
||||
## Getting started
|
||||
|
||||
Devise 2.0 works with Rails 3.1 onwards. You can install it with:
|
||||
Devise 2.0 works with Rails 3.1 onwards. You can add it to your Gemfile with:
|
||||
|
||||
```console
|
||||
gem install devise
|
||||
```
|
||||
gem 'devise'
|
||||
|
||||
Run the bundle command to install it.
|
||||
|
||||
After you install Devise and add it to your Gemfile, you need to run the generator:
|
||||
|
||||
|
|
Loading…
Reference in a new issue