From c40cd570a0f96fc7ab44d8b8d3d658f4e4c35016 Mon Sep 17 00:00:00 2001 From: realies <5107843+realies@users.noreply.github.com> Date: Tue, 24 Dec 2024 04:02:06 +0000 Subject: [PATCH] add pre-built binaries info --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1601d6f..1974132 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ A library and CLI tool to sync your SoundCloud likes to local files. - Supports incremental syncing (only downloads new likes) - Can be used as a library in other projects - No external dependencies required (pure JavaScript/TypeScript implementation) +- Cross-platform support with pre-built binaries ## Quick Start @@ -23,6 +24,11 @@ npm install -g soundcloud-sync soundcloud-sync -u your-username ``` +Pre-built binaries are also available from the [releases page](https://github.com/realies/soundcloud-sync/releases) for: +- Linux (x64, ARM64) +- macOS (x64, ARM64/Apple Silicon) +- Windows (x64) + ### Library Usage ```bash @@ -48,4 +54,6 @@ await soundCloudSync({ ## Releases -Published automatically to [npm](https://www.npmjs.com/package/soundcloud-sync) +Published automatically to: +- [npm](https://www.npmjs.com/package/soundcloud-sync) +- [GitHub Releases](https://github.com/realies/soundcloud-sync/releases) (pre-built binaries)