From 3a574a7ecd17fa24de7aaa9944d7b295abf4219f Mon Sep 17 00:00:00 2001 From: Avinash Ananth Narayan R Date: Thu, 6 Jul 2023 00:40:25 +0530 Subject: [PATCH] Add additional Windows install method (#1656) --- docs/installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 4aacd450..f8bf848c 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -78,6 +78,12 @@ Kompose can be installed via [Chocolatey](https://chocolatey.org/packages/kubern choco install kubernetes-kompose ``` +or using winget + +```console +winget install Kubernetes.kompose +``` + ## Docker You can build an image from the official repo for [Docker](https://docs.docker.com/engine/reference/commandline/build/) or [Podman](https://docs.podman.io/en/latest/markdown/podman-build.1.html):