mirror of
https://github.com/minio/minio.git
synced 2025-03-31 17:53:43 -04:00
Reduce macOS instructions
This commit is contained in:
parent
d0f18dc1b5
commit
ed37bf3703
@ -27,20 +27,13 @@ brew install minio/stable/minio
|
|||||||
minio server ~/Photos
|
minio server ~/Photos
|
||||||
```
|
```
|
||||||
#### Note
|
#### 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
|
brew uninstall minio
|
||||||
```
|
|
||||||
|
|
||||||
Then re-install the latest minio using:
|
|
||||||
|
|
||||||
```
|
|
||||||
brew install minio/stable/minio
|
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
|
### Binary Download
|
||||||
| Platform| Architecture | URL|
|
| Platform| Architecture | URL|
|
||||||
| ----------| -------- | ------|
|
| ----------| -------- | ------|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user