Skip to content

Commit

Permalink
Update README.doc to specify adding devise to the Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
ysiadf authored and Rodrigo Flores committed Feb 13, 2012
1 parent eaae041 commit dfcf825
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -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:

Expand Down

0 comments on commit dfcf825

Please sign in to comment.