Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
waylaa committed Dec 8, 2023
2 parents 1b05a99 + d9b40d3 commit 173fa5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ Get the latest build from the [Releases](https://github.com/waylaa/OsuCollection
.\OsuCollectionDownloader --id=<osucollector collection id> --extraction-directory=<your 'Songs' folder in osu!> --osdb-generation-directory=<A random directory>
```

An additional option for downloading sequentially exists and can be enabled by writing ```--download-sequentially``` alongside the other said options. Only enable this option if you're getting rate-limited by the beatmap mirrors, having a really slow internet connection speed to the point of causing timeouts or experiencing issues with the concurrent downloader.
An additional option for downloading sequentially exists and can be enabled by writing ```--download-sequentially``` alongside the other said options. **Only enable this option if you're getting rate-limited by the beatmap mirrors, having a really slow internet connection speed to the point of causing timeouts or experiencing issues with the concurrent downloader.**

## Building/Contributing
### 1. Prerequisites (Visual Studio Installer)
- .NET desktop development
- Desktop development with C++ (Used for AOT publishing)
- Desktop development with C++ (Required in order to AOT build and publish)

### 2. Install .NET 8
- Make sure you have .NET 8 installed on your machine.
Expand All @@ -56,7 +56,7 @@ git clone https://github.com/waylaa/OsuCollectionDownloader.git
- Open the .sln file, restore the nuget packages and you're done.

## Disclaimer
This project is not endorsed by or affiliated with [osu!](https://osu.ppy.sh/home), [osu!collector](https://osucollector.com/) and [Piotrekol's Collection Manager](https://github.com/Piotrekol/CollectionManager). Any mention of products, services, or entities is for informational purposes only and does not constitute an endorsement.
This project is not endorsed by or affiliated with [osu!](https://osu.ppy.sh), [osu!collector](https://osucollector.com/) and [Piotrekol's Collection Manager](https://github.com/Piotrekol/CollectionManager). Any mention of products, services, or entities is for informational purposes only and does not constitute an endorsement.
## License

[MIT](https://choosealicense.com/licenses/mit/)

0 comments on commit 173fa5b

Please sign in to comment.