From ed37bf370363f9c3b2afa9a48098699301cc675f Mon Sep 17 00:00:00 2001 From: "Anand Babu (AB) Periasamy" Date: Wed, 14 Jun 2017 23:26:33 -0700 Subject: [PATCH] Reduce macOS instructions --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 6c5c09006..5129399ba 100644 --- a/README.md +++ b/README.md @@ -27,20 +27,13 @@ brew install minio/stable/minio minio server ~/Photos ``` #### Note -If you previously installed minio using `brew install minio` then uninstall minio as shown below +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. ``` brew uninstall minio -``` - -Then re-install the latest minio using: - -``` brew install minio/stable/minio ``` ->`brew install minio` and `brew upgrade minio` will no longer install/upgrade the latest minio binaries on macOS. Upstream bugs in golang 1.8 broke Minio brew installer. Use the updated `minio/stable/minio` in your brew paths. - ### Binary Download | Platform| Architecture | URL| | ----------| -------- | ------|