Skip to content

Commit ac85ebf

Browse files
author
David Heinemeier Hansson
authored
Merge pull request #1 from davekaro/fix-install-instructions
fix install instructions
2 parents c1076cb + d3e06ad commit ac85ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You must already have node and yarn installed on your system. Then:
1919

2020
1. Add `jsbundling-rails` to your Gemfile with `gem 'jsbundling-rails'`
2121
2. Run `./bin/bundle install`
22-
3. Run `./bin/rails javascript:[esbuild|rollup|webpack]:install`
22+
3. Run `./bin/rails javascript:install:[esbuild|rollup|webpack]`
2323

2424
Or, in Rails 7+, you can preconfigure your new application to use a specific bundler with `rails new myapp -j [esbuild|rollup|webpack]`.
2525

0 commit comments

Comments
 (0)