From d373f46615d43c768cee73e6a4037f69f5a5d439 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Fri, 15 Jul 2022 12:43:00 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da10500..6413e1b 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Once downloaded, extract somewhere and open as administrator. ### Setup * Install [NodeJS >12](https://nodejs.org/en/) +* Install [yarn](https://classic.yarnpkg.com/lang/en/docs/install/#debian-stable) (cry about it `npm` lovers) * Install [Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) & [Rust compiler](https://www.rust-lang.org/tools/install) * `npm install` or `yarn install` * `npm run start:dev` or `yarn start:dev`