From 9a71f2fdfa6d721b6f1fd54362c25ec7995d33bd Mon Sep 17 00:00:00 2001 From: Praveen raj Mani Date: Fri, 11 Jan 2019 20:16:19 +0530 Subject: [PATCH] link to ppc64le binary added (#7065) Fixes #7063 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e3745d997..22a45dcd4 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,15 @@ chmod +x minio ./minio server /data ``` +| Platform| Architecture | URL| +| ----------| -------- | ------| +|GNU/Linux|ppc64le|https://dl.minio.io/server/minio/release/linux-ppc64le/minio | +```sh +wget https://dl.minio.io/server/minio/release/linux-ppc64le/minio +chmod +x minio +./minio server /data +``` + ## Microsoft Windows ### Binary Download | Platform| Architecture | URL|