From bb74553bee1427e25c86b0c532d4ec2024f85edd Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Fri, 15 Jul 2022 12:43:32 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6413e1b..7126305 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ Once downloaded, extract somewhere and open as administrator. * 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` +* `yarn install` +* `yarn start:dev` ### Building `npm run build` or `yarn build`