update instruction to use npx

This commit is contained in:
Tri Nguyen 2017-12-01 09:31:00 -05:00
parent 5b62d5f92a
commit fab9429707

View file

@ -10,14 +10,13 @@ First, install the dependencies:
```
# macOS/Linux:
sudo npm -g install yarn node-gyp
yarn install
npm install
./scripts/install-deps.js
./scripts/build-native.js
# Windows:
npm -g install yarn node-gyp windows-build-tools
yarn install
npm -g install windows-build-tools
npm install
node scripts\install-deps.js
node scripts\build-native.js
```