From f2b9e9af758a40b79724ab8a9589093783f7305c Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Wed, 16 Apr 2025 10:44:40 +0200 Subject: [PATCH] doc: update README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 855ea55..eac3866 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,18 @@ MacOS: https://docs.docker.com/desktop/setup/install/mac-install/ ### Octoplex -Download the latest build for your platform from the [releases page](https://github.com/rfwatson/octoplex/releases). +#### Homebrew + +Octoplex can be installed using Homebrew on MacOS or Linux. + +``` +$ brew tap rfwatson/octoplex +$ brew install octoplex +``` + +#### From Github + +Alternatively, grab the latest build for your platform from the [releases page](https://github.com/rfwatson/octoplex/releases). Unarchive the `octoplex` binary and copy it somewhere in your $PATH.