Add additional Windows install method (#1656)

This commit is contained in:
Avinash Ananth Narayan R 2023-07-06 00:40:25 +05:30 committed by GitHub
parent 3783238f32
commit 3a574a7ecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,12 @@ Kompose can be installed via [Chocolatey](https://chocolatey.org/packages/kubern
choco install kubernetes-kompose choco install kubernetes-kompose
``` ```
or using winget
```console
winget install Kubernetes.kompose
```
## Docker ## 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): 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):