From a969dc1ea4abf98421d92e2e81c46fad15872b69 Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 23 Feb 2021 13:51:48 +0100 Subject: [PATCH] use yarn in HACKING.md --- HACKING.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/HACKING.md b/HACKING.md index c7525235..8081f074 100644 --- a/HACKING.md +++ b/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