Skip to content

Commit fa4b346

Browse files
authored
Update README.md (#151)
### Why this change? * So folks can cut and paste and blaze along - the markdown has a very nice clipboard feature available. * remove extraneous wording.
1 parent a670600 commit fa4b346

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,15 @@ If you want to use webpack features like [code splitting](https://webpack.js.org
2222

2323
## Installation
2424

25-
You must already have node and yarn installed on your system. You will also need npx version 7.1.0 or later. Then:
25+
You must already have node and yarn installed on your system. You will also need npx version 7.1.0 or later. Then run:
2626

27-
1. Run `./bin/bundle add jsbundling-rails`
28-
2. Run `./bin/rails javascript:install:[esbuild|rollup|webpack]`
27+
```
28+
./bin/bundle add jsbundling-rails
29+
```
30+
31+
```
32+
./bin/rails javascript:install:[esbuild|rollup|webpack]
33+
```
2934

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

0 commit comments

Comments
 (0)