From d82d7eaec40fa0a0b3cb758298b6fe6ff39d9dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pinto?= Date: Sat, 25 Jun 2022 09:33:19 +0200 Subject: [PATCH] updated windows build instructions - fixes #6589 --- HACKING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/HACKING.md b/HACKING.md index 3a25499f..8562dbab 100644 --- a/HACKING.md +++ b/HACKING.md @@ -4,7 +4,7 @@ Tabby is an Electron app, with the frontend written in Typescript with the help # Getting started -First of all, clone this repository. You'll also need Node.js 14 or newer and Yarn. +First of all, clone this repository. You'll also need Node.js 15 or newer and Yarn. First, install the dependencies: @@ -23,7 +23,6 @@ yarn ``` # Windows: -npm -g install windows-build-tools yarn ```