docs(readme): brew installation instructions

This commit is contained in:
Aram Drevekenin
2020-09-02 11:01:57 +02:00
committed by GitHub
parent 2f4ac08669
commit 701a77e2bc

View File

@@ -30,13 +30,6 @@ sudo dnf install diskonaut
Available in the [AUR](https://aur.archlinux.org/packages/diskonaut):
With `makepkg`:
```
git clone https://aur.archlinux.org/diskonaut.git
cd diskonaut
makepkg -si
```
With `yay`:
```
yay diskonaut
```
@@ -60,6 +53,12 @@ Available in [freshports](https://www.freshports.org/sysutils/diskonaut/):
pkg install diskonaut
```
### macOS
Available in [Homebrew](https://formulae.brew.sh/formula/diskonaut)
```
brew install diskonaut
```
## Supported platforms
Right now `diskonaut` supports linux and macos. If you're on a different operating system and would like to help port it, that would be amazing!