From 44eacce5a86c165d83534b40a1fce53911d972e6 Mon Sep 17 00:00:00 2001 From: Evin Watson Date: Sun, 13 Nov 2022 21:31:21 -0500 Subject: [PATCH] Updated dependency install instructions --- HACKING.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/HACKING.md b/HACKING.md index 8562dbab..2e45ec80 100644 --- a/HACKING.md +++ b/HACKING.md @@ -4,12 +4,16 @@ 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 15 or newer and Yarn. +First of all, clone this repository. -First, install the dependencies: +# Install Dependencies +- [Node.js](https://nodejs.org/en/download/) **version 15 or newer* +- [Yarn](https://yarnpkg.com/) + +First, from within the `tabby` directory install the dependencies via yarn: ``` -# macOS: +# macOS & Windows: yarn ``` @@ -21,18 +25,13 @@ sudo apt install libfontconfig-dev libsecret-1-dev libarchive-tools libnss3 liba yarn ``` -``` -# Windows: -yarn -``` - -Now, check if your build is working: +Build Tabby: ``` yarn run build ``` -Start Tabby with +Start Tabby ``` yarn start