mirror of
https://github.com/Eugeny/tabby
synced 2024-12-04 18:40:16 +00:00
update instruction to use npx
This commit is contained in:
parent
5b62d5f92a
commit
fab9429707
1 changed files with 3 additions and 4 deletions
|
@ -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 a new issue