Browse Source

use yarn in HACKING.md

Eugene 4 years ago
parent
commit
a969dc1ea4
1 changed files with 4 additions and 6 deletions
  1. 4 6
      HACKING.md

+ 4 - 6
HACKING.md

@@ -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