Add installation guide to README for macos installation via brew install oxker

This commit is contained in:
Mike Fiedler
2024-08-07 12:44:37 -04:00
parent b317f94024
commit 8e9f7b654f
+9
View File
@@ -16,6 +16,7 @@
</p>
- [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 <a href="https://github.com/mrjackwills/oxker/releases/latest" target='_blank' rel='noopener noreferrer'>pre-built binaries</a>