mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-08-27 14:07:17 +00:00
added homebrew install instructions
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user