Add Windows instructions to installation.md

This commit is contained in:
Charlie Drage 2017-08-01 12:40:33 -04:00
parent be17e101b9
commit e38f50090d

View File

@ -53,5 +53,11 @@ On macOS you can install latest release via [Homebrew](https://brew.sh):
```bash
brew install kompose
```
#### Windows
Kompose can be installed via [Chocolatey](https://chocolatey.org/packages/kubernetes-kompose)
```console
choco install kubernetes-kompose
```