From aecd37d192c5f8719d74adea6711a269789704ed Mon Sep 17 00:00:00 2001 From: Zack Hodgson Brady Date: Wed, 20 Dec 2023 19:46:55 -0500 Subject: [PATCH] added homebrew install instructions --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ecce6a1..ebc16d2 100644 --- a/README.md +++ b/README.md @@ -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 ```