From 8484d1c0ca3b1a0a0d2b832fd2ae12fd5aeeaba6 Mon Sep 17 00:00:00 2001 From: koolhead17 Date: Sun, 28 Aug 2016 15:44:56 -0700 Subject: [PATCH] Doc: Modified README.md to add brew package manager install steps. (#2557) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index dad2e8c84..33146e652 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,15 @@ Minio server is light enough to be bundled with the application stack, similar t ||32-bit|https://dl.minio.io/server/minio/release/windows-386/minio.exe| |FreeBSD|64-bit|https://dl.minio.io/server/minio/release/freebsd-amd64/minio| +### Install from Homebrew + +Homebrew is package manager for OS X, please follow [Homebrew](http://brew.sh/) website for installation instructions. + +```sh +$ brew install minio +$ minio --help +``` + ### Install from Source Source installation is only intended for developers and advanced users. If you do not have a working Golang environment, please follow [How to install Golang](https://docs.minio.io/docs/how-to-install-golang).