We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f7944b + 7edac1d commit aedd2eeCopy full SHA for aedd2ee
README.md
@@ -61,8 +61,8 @@ Add `webpacker` and `react-rails` to your gemfile and run the installers:
61
62
```
63
$ bundle install
64
-$ rails webpacker:install
65
-$ rails webpacker:install:react
+$ rails webpacker:install # OR (on rails version < 5.0) rake webpacker:install
+$ rails webpacker:install:react # OR (on rails version < 5.0) rake webpacker:install:react
66
$ rails generate react:install
67
68
0 commit comments