mirror of
https://github.com/minio/minio.git
synced 2024-12-25 14:45:54 -05:00
Fix markdown table formatting (#7435)
This commit is contained in:
parent
e13c99ed82
commit
16ba679103
25
README.md
25
README.md
@ -34,9 +34,9 @@ brew install minio/stable/minio
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Binary Download
|
### Binary Download
|
||||||
| Platform| Architecture | URL|
|
| Platform | Architecture | URL |
|
||||||
| ----------| -------- | ------|
|
| ---------- | -------- | ------ |
|
||||||
|Apple macOS|64-bit Intel|https://dl.minio.io/server/minio/release/darwin-amd64/minio |
|
| Apple macOS | 64-bit Intel | https://dl.minio.io/server/minio/release/darwin-amd64/minio |
|
||||||
```sh
|
```sh
|
||||||
chmod 755 minio
|
chmod 755 minio
|
||||||
./minio server /data
|
./minio server /data
|
||||||
@ -44,18 +44,18 @@ chmod 755 minio
|
|||||||
|
|
||||||
## GNU/Linux
|
## GNU/Linux
|
||||||
### 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 |
|
||||||
```sh
|
```sh
|
||||||
wget https://dl.minio.io/server/minio/release/linux-amd64/minio
|
wget https://dl.minio.io/server/minio/release/linux-amd64/minio
|
||||||
chmod +x minio
|
chmod +x minio
|
||||||
./minio server /data
|
./minio server /data
|
||||||
```
|
```
|
||||||
|
|
||||||
| Platform| Architecture | URL|
|
| Platform | Architecture | URL |
|
||||||
| ----------| -------- | ------|
|
| ---------- | -------- | ------ |
|
||||||
|GNU/Linux|ppc64le|https://dl.minio.io/server/minio/release/linux-ppc64le/minio |
|
| GNU/Linux | ppc64le | https://dl.minio.io/server/minio/release/linux-ppc64le/minio |
|
||||||
```sh
|
```sh
|
||||||
wget https://dl.minio.io/server/minio/release/linux-ppc64le/minio
|
wget https://dl.minio.io/server/minio/release/linux-ppc64le/minio
|
||||||
chmod +x minio
|
chmod +x minio
|
||||||
@ -64,9 +64,9 @@ chmod +x minio
|
|||||||
|
|
||||||
## Microsoft Windows
|
## Microsoft Windows
|
||||||
### 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 |
|
||||||
```sh
|
```sh
|
||||||
minio.exe server D:\Photos
|
minio.exe server D:\Photos
|
||||||
```
|
```
|
||||||
@ -168,6 +168,5 @@ The above statement is also valid for all gateway backends.
|
|||||||
## Contribute to Minio Project
|
## Contribute to Minio Project
|
||||||
Please follow Minio [Contributor's Guide](https://github.com/minio/minio/blob/master/CONTRIBUTING.md)
|
Please follow Minio [Contributor's Guide](https://github.com/minio/minio/blob/master/CONTRIBUTING.md)
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fminio%2Fminio.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fminio%2Fminio?ref=badge_large)
|
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fminio%2Fminio.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fminio%2Fminio?ref=badge_large)
|
||||||
|
@ -35,9 +35,9 @@ brew install minio/stable/minio
|
|||||||
```
|
```
|
||||||
|
|
||||||
### 下载二进制文件
|
### 下载二进制文件
|
||||||
| 操作系统| CPU架构 | 地址|
|
| 操作系统 | CPU架构 | 地址 |
|
||||||
| ----------| -------- | ------|
|
| ---------- | -------- | ------ |
|
||||||
|Apple macOS|64-bit Intel|https://dl.minio.io/server/minio/release/darwin-amd64/minio |
|
| Apple macOS | 64-bit Intel | https://dl.minio.io/server/minio/release/darwin-amd64/minio |
|
||||||
```sh
|
```sh
|
||||||
chmod 755 minio
|
chmod 755 minio
|
||||||
./minio server /data
|
./minio server /data
|
||||||
@ -45,9 +45,9 @@ chmod 755 minio
|
|||||||
|
|
||||||
## GNU/Linux
|
## GNU/Linux
|
||||||
### 下载二进制文件
|
### 下载二进制文件
|
||||||
| 操作系统| CPU架构 | 地址|
|
| 操作系统 | CPU架构 | 地址 |
|
||||||
| ----------| -------- | ------|
|
| ---------- | -------- | ------ |
|
||||||
|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 |
|
||||||
```sh
|
```sh
|
||||||
chmod +x minio
|
chmod +x minio
|
||||||
./minio server /data
|
./minio server /data
|
||||||
@ -55,9 +55,9 @@ chmod +x minio
|
|||||||
|
|
||||||
## 微软Windows系统
|
## 微软Windows系统
|
||||||
### 下载二进制文件
|
### 下载二进制文件
|
||||||
| 操作系统| CPU架构 | 地址|
|
| 操作系统 | CPU架构 | 地址 |
|
||||||
| ----------| -------- | ------|
|
| ---------- | -------- | ------ |
|
||||||
|微软Windows系统|64位|https://dl.minio.io/server/minio/release/windows-amd64/minio.exe |
|
| 微软Windows系统 | 64位 | https://dl.minio.io/server/minio/release/windows-amd64/minio.exe |
|
||||||
```sh
|
```sh
|
||||||
minio.exe server D:\Photos
|
minio.exe server D:\Photos
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user