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 ```