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 c1076cb + d3e06ad commit ac85ebfCopy full SHA for ac85ebf
README.md
@@ -19,7 +19,7 @@ You must already have node and yarn installed on your system. Then:
19
20
1. Add `jsbundling-rails` to your Gemfile with `gem 'jsbundling-rails'`
21
2. Run `./bin/bundle install`
22
-3. Run `./bin/rails javascript:[esbuild|rollup|webpack]:install`
+3. Run `./bin/rails javascript:install:[esbuild|rollup|webpack]`
23
24
Or, in Rails 7+, you can preconfigure your new application to use a specific bundler with `rails new myapp -j [esbuild|rollup|webpack]`.
25
0 commit comments