mirror of
https://github.com/Eugeny/tabby
synced 2025-03-04 15:17:17 +00:00
Update HACKING.md
This commit is contained in:
parent
5b7ded9097
commit
1fa7b40913
1 changed files with 4 additions and 2 deletions
|
@ -10,12 +10,14 @@ First, install the dependencies:
|
|||
|
||||
```
|
||||
# macOS/Linux:
|
||||
npm i
|
||||
sudo npm -g install yarn node-gyp
|
||||
yarn install
|
||||
./scripts/install-deps.js
|
||||
./scripts/build-native.js
|
||||
|
||||
# Windows:
|
||||
npm i
|
||||
npm -g install yarn node-gyp windows-build-tools
|
||||
yarn install
|
||||
node scripts\install-deps.js
|
||||
node scripts\build-native.js
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue