Skip to content

Commit

Permalink
explain installation a bit better
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed May 4, 2011
1 parent 42cc739 commit 3bd7710
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ Also provided is Sam Ruby's assert_select_jquery function, which is automaticall

### Installation

In your Gemfile, add this line:
When you generate a new Rails 3.1 app, pass the `-j jquery` option, like this:

rails new myapp -j jquery

Your new app's Gemfile will have a line like this:

gem "jquery-rails"

Then, run `bundle install`. You're done!
Then run `bundle install`. You're done!

0 comments on commit 3bd7710

Please sign in to comment.