From 8b47c9581353cddf673792eea2ebb582b568c62d Mon Sep 17 00:00:00 2001 From: Valentine Briese Date: Sat, 17 Aug 2024 17:55:50 -0700 Subject: [PATCH] Add install instructions to `README.md` --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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.