mirror of
https://github.com/minio/minio.git
synced 2025-01-27 06:33:18 -05:00
docs: Fix for README.md markdown table. (#3948)
This commit is contained in:
parent
9f9ba1e984
commit
97dc34fe06
18
README.md
18
README.md
@ -30,7 +30,7 @@ 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 OS X|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
|
||||||
@ -40,11 +40,11 @@ chmod 755 minio
|
|||||||
### Binary Download
|
### Binary Download
|
||||||
| Platform| Architecture | URL|
|
| Platform| Architecture | URL|
|
||||||
| ----------| -------- | ------|
|
| ----------| -------- | ------|
|
||||||
|GNU/Linux|64-bit Intel|https://dl.minio.io/server/minio/release/linux-amd64/minio|
|
|GNU/Linux|64-bit Intel|https://dl.minio.io/server/minio/release/linux-amd64/minio |
|
||||||
||32-bit Intel|https://dl.minio.io/server/minio/release/linux-386/minio|
|
| |32-bit Intel|https://dl.minio.io/server/minio/release/linux-386/minio |
|
||||||
||32-bit ARM|https://dl.minio.io/server/minio/release/linux-arm/minio|
|
| |32-bit ARM|https://dl.minio.io/server/minio/release/linux-arm/minio |
|
||||||
||64-bit ARM|https://dl.minio.io/server/minio/release/linux-arm64/minio|
|
| |64-bit ARM|https://dl.minio.io/server/minio/release/linux-arm64/minio |
|
||||||
||32-bit ARMv6|https://dl.minio.io/server/minio/release/linux-arm6vl/minio|
|
| |32-bit ARMv6|https://dl.minio.io/server/minio/release/linux-arm6vl/minio |
|
||||||
```sh
|
```sh
|
||||||
chmod +x minio
|
chmod +x minio
|
||||||
./minio server ~/Photos
|
./minio server ~/Photos
|
||||||
@ -54,8 +54,8 @@ chmod +x minio
|
|||||||
### Binary Download
|
### Binary Download
|
||||||
| Platform| Architecture | URL|
|
| Platform| Architecture | URL|
|
||||||
| ----------| -------- | ------|
|
| ----------| -------- | ------|
|
||||||
|Microsoft Windows|64-bit|https://dl.minio.io/server/minio/release/windows-amd64/minio.exe|
|
|Microsoft Windows|64-bit|https://dl.minio.io/server/minio/release/windows-amd64/minio.exe |
|
||||||
||32-bit|https://dl.minio.io/server/minio/release/windows-386/minio.exe|
|
| |32-bit|https://dl.minio.io/server/minio/release/windows-386/minio.exe |
|
||||||
```sh
|
```sh
|
||||||
minio.exe server D:\Photos
|
minio.exe server D:\Photos
|
||||||
```
|
```
|
||||||
@ -64,7 +64,7 @@ minio.exe server D:\Photos
|
|||||||
### Binary Download
|
### Binary Download
|
||||||
| Platform| Architecture | URL|
|
| Platform| Architecture | URL|
|
||||||
| ----------| -------- | ------|
|
| ----------| -------- | ------|
|
||||||
|FreeBSD|64-bit|https://dl.minio.io/server/minio/release/freebsd-amd64/minio|
|
|FreeBSD|64-bit|https://dl.minio.io/server/minio/release/freebsd-amd64/minio |
|
||||||
```sh
|
```sh
|
||||||
chmod 755 minio
|
chmod 755 minio
|
||||||
./minio server ~/Photos
|
./minio server ~/Photos
|
||||||
|
Loading…
x
Reference in New Issue
Block a user