From 4cb917aa56f4036825be1eb678aebc332d2b46ad Mon Sep 17 00:00:00 2001 From: ScottGrimmett Date: Fri, 7 Jun 2019 18:40:36 +1000 Subject: [PATCH] Update README.md Mention the gem itself as the first step of installation. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7d10dd9e..ca076e0a 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ versions of jQuery. ## Installation +Add +``` +gem 'jquery-rails' +``` +to your Gemfile. + The jquery and jquery-ujs files will be added to the asset pipeline and available for you to use. If they're not already in `app/assets/javascripts/application.js` by default, add these lines: ```js