mirror of
https://github.com/minio/minio.git
synced 2025-01-12 15:33:22 -05:00
docs: macOS brew now refers to Minio fork (#4059)
This commit is contained in:
parent
27749c2124
commit
5ed1a8ad23
@ -18,19 +18,19 @@ docker run -p 9000:9000 minio/minio:edge server /export
|
|||||||
```
|
```
|
||||||
Please visit Minio Docker quickstart guide for more [here](https://docs.minio.io/docs/minio-docker-quickstart-guide)
|
Please visit Minio Docker quickstart guide for more [here](https://docs.minio.io/docs/minio-docker-quickstart-guide)
|
||||||
|
|
||||||
## OS X
|
## macOS
|
||||||
### Homebrew
|
### Homebrew
|
||||||
Install minio packages using [Homebrew](http://brew.sh/)
|
Install minio packages using [Homebrew](http://brew.sh/)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
brew install minio
|
brew install minio/stable/minio
|
||||||
minio server ~/Photos
|
minio server ~/Photos
|
||||||
```
|
```
|
||||||
|
|
||||||
### Binary Download
|
### Binary Download
|
||||||
| Platform| Architecture | URL|
|
| Platform| Architecture | URL|
|
||||||
| ----------| -------- | ------|
|
| ----------| -------- | ------|
|
||||||
|Apple OS X|64-bit Intel|https://dl.minio.io/server/minio/release/darwin-amd64/minio |
|
|Apple macOS|64-bit Intel|https://dl.minio.io/server/minio/release/darwin-amd64/minio |
|
||||||
```sh
|
```sh
|
||||||
chmod 755 minio
|
chmod 755 minio
|
||||||
./minio server ~/Photos
|
./minio server ~/Photos
|
||||||
|
Loading…
Reference in New Issue
Block a user