From 23f652d95f48fd3de79ce01cf9057b6ba9a1585c Mon Sep 17 00:00:00 2001 From: Sean Date: Thu, 19 Jan 2023 03:33:27 -0600 Subject: [PATCH] modified: README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 725b727..9bfd8f6 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,15 @@ MacOS - Unavailable ❌ Currently if you need to produce a build for an operating system other than Linux you will need to build and pack from source, on your own operating system. Cross platform builds are not supported in this release, due to this limitation. -To clone this repository +- Clone this repository `git clone https://github.com/seanmcbroom/osu-collector-downloader` -To install dependencies +- Install dependencies `npm install` -To build and pack from source +- Build and pack from source `npm run build && npx nodegui-packer --pack ./dist`