mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-09 06:20:22 +08:00
Merge pull request #254 from tnguyen14/update-hacking-npm-install
update instruction to use npx
This commit is contained in:
commit
0420b2dbb9
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user