Skip to content

Commit b41088f

Browse files
author
David Heinemeier Hansson
authored
Merge pull request #6 from t27duck/npx-version-note
Mention required npx version in readme
2 parents 65ba3dc + eb2b448 commit b41088f

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:css` script in `package.jso
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 `cssbundling-rails` to your Gemfile with `gem 'cssbundling-rails'`
2121
2. Run `./bin/bundle install`

0 commit comments

Comments
 (0)