From 63e2023d3d14b419ac76706339767a762d1a74d3 Mon Sep 17 00:00:00 2001 From: Tomas Kral Date: Tue, 14 Mar 2017 18:22:03 +0100 Subject: [PATCH] README.md - add brew install instruction for MacOS X --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7677b68d5..f985ba06f 100644 --- a/README.md +++ b/README.md @@ -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.