Update docs/install-usage-fleetCLI.md
Co-authored-by: Corentin Néau <tan.neau@suse.com>
This commit is contained in:
parent
e83121fda0
commit
d56b516210
|
|
@ -30,7 +30,7 @@ sudo mv fleet /usr/local/bin/
|
|||
**Windows (PowerShell)**
|
||||
|
||||
```bash
|
||||
Invoke-WebRequest -Uri "https://github.com/rancher/fleet/releases/download/v0.13.0/fleet-windows-amd64.exe" -OutFile "fleet.exe"
|
||||
Invoke-WebRequest -Uri "https://github.com/rancher/fleet/releases/latest/download/fleet-windows-amd64.exe" -OutFile "fleet.exe"
|
||||
```
|
||||
|
||||
**Verify installation**
|
||||
|
|
|
|||
Loading…
Reference in New Issue