Merge pull request #735 from cdrage/update-install-windows

Add Windows instructions to installation.md
This commit is contained in:
Charlie Drage 2017-08-02 09:49:20 -04:00 committed by GitHub
commit 90c0950d36

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
```