Skip to content

Commit

Permalink
updated readme for hauler install
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Dec 15, 2023
1 parent a7cbfcb commit 4d5d9ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ For more information, please review the **[Hauler Documentation](https://rancher
### Linux/Darwin
```bash
# install latest release
curl -sfL https://get.hauler.dev | sh
curl -sfL https://get.hauler.dev | bash

# install specific release
curl -sfL https://get.hauler.dev | HAULER_VERSION=0.4.0 sh
curl -sfL https://get.hauler.dev | HAULER_VERSION=0.4.1 bash
```

### Windows
Expand Down

0 comments on commit 4d5d9ed

Please sign in to comment.