mirror of
https://github.com/minio/minio.git
synced 2026-06-09 08:58:01 -04:00
use https link for brew.sh (#9692)
This commit is contained in:
parent
209a3ee7af
commit
bc285cf0dd
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ docker run -p 9000:9000 minio/minio:edge server /data
|
|||
|
||||
## macOS
|
||||
### Homebrew (recommended)
|
||||
Install minio packages using [Homebrew](http://brew.sh/)
|
||||
Install minio packages using [Homebrew](https://brew.sh/)
|
||||
```sh
|
||||
brew install minio/stable/minio
|
||||
minio server /data
|
||||
|
|
|
|||
Loading…
Reference in a new issue