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|