From a2d49631bb0337bc9dffb541148d643dba28eb77 Mon Sep 17 00:00:00 2001 From: Jonathan Owah Date: Wed, 24 Feb 2021 13:20:38 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ebb639784..5b2b850f4 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,9 @@ $ cd my-app gem 'webpacker' gem 'react-rails' ``` +Note: For Rails 6, You don't need to add `gem 'webpacker'` to your gemfile in step 2 above. +Webpacker is the default javascript compiler for Rails 6, and is already added to your gemfile +when you create a new app. ##### 3) Now run the installers: