Merge pull request #492 from kadel/brew-install

Add install instruction for MacOS X (using brew)
This commit is contained in:
Tomas Kral 2017-03-15 17:21:49 +01:00 committed by GitHub
commit fac6fd8122

View File

@ -78,6 +78,14 @@ Kompose is in Fedora 24 and 25 repositories. You can install it just like any ot
sudo dnf -y install kompose
```
#### Mac OS X
On Mac OS X you can install latest release via [Homebrew](https://brew.sh):
```bash
brew install kompose
```
## Shell autocompletion
We support both `bash` and `zsh` for autocompletion.