From b54b82d7c405eb7ed5ef6e224454bfa1d8adda11 Mon Sep 17 00:00:00 2001 From: Riccardo Colella Date: Thu, 12 Sep 2024 15:56:49 +0200 Subject: [PATCH] Update CLI windows installation instructions Signed-off-by: Riccardo Colella --- content/en/flux/cmd/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/flux/cmd/_index.md b/content/en/flux/cmd/_index.md index 235c44692..6a875f745 100644 --- a/content/en/flux/cmd/_index.md +++ b/content/en/flux/cmd/_index.md @@ -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 >}}