Skip to content

Commit

Permalink
Merge pull request #2049 from RiccardoColella/update-cli-documentation
Browse files Browse the repository at this point in the history
Add `winget` to CLI windows installation instructions
  • Loading branch information
stefanprodan authored Sep 12, 2024
2 parents 9da06bd + b54b82d commit 8e1ff8a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/en/flux/cmd/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ With [Chocolatey](https://chocolatey.org/):
choco install flux
```

With [winget](https://github.com/microsoft/winget-cli) (only versions after 2.0.0):

```sh
winget install -e --id FluxCD.Flux
```

{{% /tab %}}
{{< /tabpane >}}

Expand Down

0 comments on commit 8e1ff8a

Please sign in to comment.