mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-24 02:53:43 +03:00
update instruction to use npx
This commit is contained in:
parent
5b62d5f92a
commit
fab9429707
@ -10,14 +10,13 @@ First, install the dependencies:
|
|||||||
|
|
||||||
```
|
```
|
||||||
# macOS/Linux:
|
# macOS/Linux:
|
||||||
sudo npm -g install yarn node-gyp
|
npm install
|
||||||
yarn install
|
|
||||||
./scripts/install-deps.js
|
./scripts/install-deps.js
|
||||||
./scripts/build-native.js
|
./scripts/build-native.js
|
||||||
|
|
||||||
# Windows:
|
# Windows:
|
||||||
npm -g install yarn node-gyp windows-build-tools
|
npm -g install windows-build-tools
|
||||||
yarn install
|
npm install
|
||||||
node scripts\install-deps.js
|
node scripts\install-deps.js
|
||||||
node scripts\build-native.js
|
node scripts\build-native.js
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user