From bbc6c056e8262e49a15dc0cd1b169311c9dd3474 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Tue, 16 Jun 2015 16:03:17 -0700 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 553171a60..0f13a5498 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,22 @@ Storage Management: - Status: Work in progress. ~~~ +### Install + +#### GNU/Linux +Download ``minio`` from https://dl.minio.io:9000/updates/2015/Jun/linux-amd64/mc +~~~ +$ wget https://dl.minio.io:9000/updates/2015/Jun/linux-amd64/minio +$ chmod +x minio +$ ./minio mode memory limit 12GB expire 2h +~~~ +#### OS X +Download ``minio`` from https://dl.minio.io:9000/updates/2015/Jun/darwin-amd64/mc +~~~ +$ wget https://dl.minio.io:9000/updates/2015/Jun/darwin-amd64/minio +$ chmod +x minio +$ ./minio mode memory limit 12GB expire 2h +~~~ ### How to use Minio? [![asciicast](https://asciinema.org/a/21508.png)](https://asciinema.org/a/21508)