mirror of
https://github.com/minio/minio
synced 2024-11-05 17:34:01 +00:00
Doc: Modified README.md to add brew package manager install steps. (#2557)
This commit is contained in:
parent
7270ca4157
commit
8484d1c0ca
1 changed files with 9 additions and 0 deletions
|
@ -16,6 +16,15 @@ Minio server is light enough to be bundled with the application stack, similar t
|
|||
||32-bit|https://dl.minio.io/server/minio/release/windows-386/minio.exe|
|
||||
|FreeBSD|64-bit|https://dl.minio.io/server/minio/release/freebsd-amd64/minio|
|
||||
|
||||
### Install from Homebrew
|
||||
|
||||
Homebrew is package manager for OS X, please follow [Homebrew](http://brew.sh/) website for installation instructions.
|
||||
|
||||
```sh
|
||||
$ brew install minio
|
||||
$ minio --help
|
||||
```
|
||||
|
||||
### Install from Source
|
||||
|
||||
Source installation is only intended for developers and advanced users. If you do not have a working Golang environment, please follow [How to install Golang](https://docs.minio.io/docs/how-to-install-golang).
|
||||
|
|
Loading…
Reference in a new issue