From 51a9f4b62bca97c6204b12bc4ea48183bb18ff06 Mon Sep 17 00:00:00 2001 From: Max Isom Date: Thu, 4 Aug 2022 18:22:09 -0500 Subject: [PATCH] Add Homebrew formula Closes https://github.com/badaix/snapcast/issues/861. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index baee775d..39bcf563 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,14 @@ Snapcast packages are available for several Linux distributions: There are debian packages of automated builds for `armhf` and `amd64` in [Snapos Actions](https://github.com/badaix/snapos/actions). Download and extract the archive for your architecture and follow the [debian installation instructions](doc/install.md#debian). +### Install using Homebrew + +On macOS and Linux, snapcast can be installed using [Homebrew](https://brew.sh): + +```bash +brew install snapcast +``` + ### Installation from source Please follow this [guide](doc/build.md) to build Snapcast for