Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
minio
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
minio
minio
Commits
5ed1a8ad
Commit
5ed1a8ad
authored
Apr 7, 2017
by
Harshavardhana
Committed by
GitHub
Apr 7, 2017
Browse files
Options
Downloads
Patches
Plain Diff
docs: macOS brew now refers to Minio fork (#4059)
parent
27749c21
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
5ed1a8ad
...
@@ -18,19 +18,19 @@ docker run -p 9000:9000 minio/minio:edge server /export
...
@@ -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
##
mac
OS
### 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
mac
OS|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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment