diff --git a/README.md b/README.md index 2391765..79717a3 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,15 @@ On desktop, Discord might display the activity like this instead: Screenshot 2024-08-17 at 5 40 49 PM Unfortunately, there's nothing I can do about that, but at least it doesn't look bad still. + +## Install + +Right now, the easiest way to install if you have the Rust toolchain installed +is with Cargo: + +``` +cargo install --git https://github.com/valentinegb/apple-music-rich-presence.git --tag v1.0.0 +``` + +The program has only been tested on macOS. It probably works okay on Linux too, +but probably doesn't work at all on Windows.