mirror of
https://github.com/minio/minio.git
synced 2025-01-25 21:53:16 -05:00
Remove reference to go1.8 issue from homebrew (#4931)
This commit is contained in:
parent
79ba4d3f33
commit
71201273e2
@ -22,15 +22,13 @@ Please visit Minio Docker quickstart guide for more [here](https://docs.minio.io
|
|||||||
## macOS
|
## macOS
|
||||||
### Homebrew
|
### Homebrew
|
||||||
Install minio packages using [Homebrew](http://brew.sh/)
|
Install minio packages using [Homebrew](http://brew.sh/)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
brew install minio/stable/minio
|
brew install minio/stable/minio
|
||||||
minio server /data
|
minio server /data
|
||||||
```
|
```
|
||||||
#### Note
|
#### 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 uninstall minio
|
||||||
brew install minio/stable/minio
|
brew install minio/stable/minio
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user