Update README.doc to specify adding devise to the Gemfile.

This commit is contained in:
Ysiad Ferreiras 2012-01-27 15:14:11 -05:00 committed by Rodrigo Flores
parent eaae041b4c
commit dfcf825721
1 changed files with 4 additions and 4 deletions

View File

@ -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: