use yarn in HACKING.md

This commit is contained in:
Eugene 2021-02-23 13:51:48 +01:00 committed by GitHub
parent bb86848cd3
commit a969dc1ea4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,27 +10,25 @@ First, install the dependencies:
```
# macOS/Linux:
npm install
./scripts/install-deps.js
yarn
./scripts/build-native.js
# Windows:
npm -g install windows-build-tools
npm install
node scripts\install-deps.js
yarn
node scripts\build-native.js
```
Now, check if your build is working:
```
npm run build
yarn run build
```
Start Terminus with
```
npm start
yarn start
```
# Project layout