From ebcc5a80941cde09b658ea9d2a603d08e0d2c1e0 Mon Sep 17 00:00:00 2001 From: Steve Cosman Date: Tue, 21 Mar 2023 21:03:23 -0400 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index ee5fcca..a1a4787 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,19 @@ If you start or stop playing it sends the commands immediately. If you simply pa 3) Run the server via command line and ensure it works as you want it to: `./airplay-music-watcher ./your_json_config.json` 4) Setup the command to run on boot using systemd, launchd, or your daemon manager of choice! +## Which Binary Should I Download? + +Releases have several builds, and you'll need the right one for your machine. + + - Raspberry Pi: linux-arm + - Mac with M1/M2/M* processor: darwin-arm64 + - Mac with non M processor: darwin-386 + - Windows: windows-386 + - Windows with arm processor: I don't believe you + - Linux: you got this + + Releases can be found here: https://github.com/scosman/airplay-music-watcher/releases + ## JSON Config File Example This json file would say "stereo starting" when the Airplay device named "Stereo" starts playing, and say "stereo stopping" when it stops.