From b8dc00bcde317a88f8c39e2f689c922ef1d3dec2 Mon Sep 17 00:00:00 2001 From: buildwithclaudia Date: Mon, 17 Nov 2025 17:44:39 -0800 Subject: [PATCH] Point macOS users to the Mac installer I spent a while building from source to avoid Homebrew, and only after learned there was an installer! This edit points macOS users to the installer :) --- serialosc/setup.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/serialosc/setup.md b/serialosc/setup.md index 940f9b07..3dc2d1cf 100644 --- a/serialosc/setup.md +++ b/serialosc/setup.md @@ -10,7 +10,13 @@ redirect_from: /setup/ ### macOS -For various reasons we don't use the App Store. [Homebrew](https://brew.sh) is a package manager for Mac. You'll have open a terminal window and paste a few commands: +For various reasons we don't use the App Store. + +#### Installer +Download the [latest release](https://github.com/monome/serialosc/releases) and run the installer. + +#### Homebrew +[Homebrew](https://brew.sh) is a package manager for Mac. You'll have open a terminal window and paste a few commands: - `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"` to install homebrew