added homebrew install instructions

This commit is contained in:
Zack Hodgson Brady
2023-12-20 19:46:55 -05:00
parent 02f4946ead
commit aecd37d192
+8 -9
View File
@@ -14,20 +14,19 @@ For more information, please review the **[Hauler Documentation](https://rancher
### Linux/Darwin
```bash
# install latest release
# installs latest release
curl -sfL https://get.hauler.dev | bash
# install specific release
curl -sfL https://get.hauler.dev | HAULER_VERSION=0.4.2 bash
```
### Windows
```bash
# coming soon
```
### Homebrew
```bash
# installs latest release
brew tap rancherfederal/homebrew-tap
brew install hauler
```
### Windows
```bash
# coming soon
```