mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-02-14 18:09:51 +00:00
updated readme for hauler install
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user