Skip to content

Commit bfc34db

Browse files
author
David Heinemeier Hansson
authored
Merge pull request #9 from t27duck/npx-version-note
Mention required npx version in readme
2 parents e8b2ea8 + 516a32b commit bfc34db

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
@@ -15,7 +15,7 @@ You can configure your bundler options in the `build` script in `package.json` o
1515

1616
## Installation
1717

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

2020
1. Add `jsbundling-rails` to your Gemfile with `gem 'jsbundling-rails'`
2121
2. Run `./bin/bundle install`

0 commit comments

Comments
 (0)