README.md - add brew install instruction for MacOS X

This commit is contained in:
Tomas Kral 2017-03-14 18:22:03 +01:00
parent d05e8c522a
commit 63e2023d3d
No known key found for this signature in database
GPG Key ID: E690DA7E4F291FA6

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.