From 8e9f7b654fe45fe0f9f1c70df94e511f15212e8a Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Wed, 7 Aug 2024 12:44:37 -0400 Subject: [PATCH 1/2] Add installation guide to README for macos installation via `brew install oxker` --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index cefc768..5c33a86 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@

- [Download & install](#download--install) +- [Homebrew](#homebrew) - [Run](#run) - [Build step](#build-step) - [Tests](#tests) @@ -67,6 +68,14 @@ oxker can be installed from the [AUR](https://aur.archlinux.org/packages/oxker) paru -S oxker ``` +### Homebrew + +oxker can be installed on macOS using Homebrew: + +```shell +brew install oxker +``` + ### Pre-Built See the pre-built binaries From 799da7cc8ef35ef9a9e0a514c111bf4a1368671a Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Wed, 7 Aug 2024 15:41:26 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5c33a86..0502198 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@

- [Download & install](#download--install) -- [Homebrew](#homebrew) - [Run](#run) - [Build step](#build-step) - [Tests](#tests)