From 71201273e2602fa394d723a49d362d4312246755 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Tue, 19 Sep 2017 12:41:19 -0700 Subject: [PATCH] Remove reference to go1.8 issue from homebrew (#4931) --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 26826d780..4f42fb248 100644 --- a/README.md +++ b/README.md @@ -22,15 +22,13 @@ Please visit Minio Docker quickstart guide for more [here](https://docs.minio.io ## macOS ### Homebrew Install minio packages using [Homebrew](http://brew.sh/) - ```sh brew install minio/stable/minio minio server /data ``` #### Note -If you previously installed minio using `brew install minio` then reinstall minio from `minio/stable/minio` official repo. Homebrew builds are unstable due to golang 1.8 bugs. - -``` +If you previously installed minio using `brew install minio` then it is recommended that you reinstall minio from `minio/stable/minio` official repo instead. +```sh brew uninstall minio brew install minio/stable/minio ```