mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-23 21:34:13 +03:00
Update HACKING.md
This commit is contained in:
parent
5b7ded9097
commit
1fa7b40913
@ -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…
Reference in New Issue
Block a user