From cc664c8b7719be6be4c2b4425feb4726759fcaed Mon Sep 17 00:00:00 2001 From: Sean McBroom Date: Tue, 3 Dec 2024 16:59:17 -0600 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a897bab..ed235ad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # osu!Collector Downloader -This program downloads beatmap collections from osu!Collector, it's as simple as that. [Download latest release](https://github.com/seanmcbroom/osu-collector-downloader/releases/tag/alpha-v0.3.0) +This program downloads beatmap collections from osu!Collector, it's as simple as that. [Download latest release](https://github.com/seanmcbroom/osu-collector-downloader/releases) Linux - Build from source 🟨 @@ -18,7 +18,7 @@ MacOS - Build from source 🟨 # Building from source -Currently if you need to produce a build for MacOS you will need to build and pack from source. Cross platform builds are not supported in the packager, due to this limitation I cannot provide a MacOS build. However you're more than welcome to build from source on your own system. +Currently if you need to produce a build for MacOS/Linux you will need to build and pack from source. Cross platform builds are not supported in the packager, due to this limitation I cannot provide a MacOS/Linux build. However you're more than welcome to build from source on your own system. - Clone this repository