mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-11 07:48:13 -05:00
Update README.doc to specify adding devise to the Gemfile.
This commit is contained in:
committed by
Rodrigo Flores
parent
eaae041b4c
commit
dfcf825721
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user