1
0
mirror of https://github.com/minio/minio synced 2024-07-03 07:58:50 +00:00

link to ppc64le binary added (#7065)

Fixes #7063
This commit is contained in:
Praveen raj Mani 2019-01-11 20:16:19 +05:30 committed by Nitish Tiwari
parent 9c26fe47b0
commit 9a71f2fdfa

View File

@ -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|