1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-08-17 06:41:52 +00:00

updated windows build instructions - fixes

This commit is contained in:
João Pinto
2022-06-25 09:33:19 +02:00
parent a7cba2be28
commit d82d7eaec4

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