From 10672411d49b665c1ae656c6a4ec37c8b8653461 Mon Sep 17 00:00:00 2001 From: Sean Date: Thu, 19 Jan 2023 03:31:16 -0600 Subject: [PATCH] Edit README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d70e23e..725b727 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,16 @@ Currently if you need to produce a build for an operating system other than Linu To clone this repository - `git clone https://github.com/seanmcbroom/osu-collector-downloader` +`git clone https://github.com/seanmcbroom/osu-collector-downloader` To install dependencies - `npm install` +`npm install` To build and pack from source - `npm run build && npx nodegui-packer --pack ./dist` +`npm run build && npx nodegui-packer --pack ./dist` # Requirements - - Nodejs v14.4.0+ +- Nodejs v14.4.0+