mirror of
https://github.com/pgsty/minio.git
synced 2026-08-02 16:45:57 +03:00
Remove snap reference from the repo (#5676)
snap builds are not well tested, since some releases have stopped working. Remove their reference to keep it simple. Fixes #5674 Fixes #5472
This commit is contained in:
committed by
Nitish Tiwari
parent
fb3159277c
commit
b4ae2bd2f5
@@ -53,21 +53,6 @@ chmod +x minio
|
||||
./minio server /data
|
||||
```
|
||||
|
||||
### 快照版
|
||||
你可以下载最新版 `minio` [快照](https://snapcraft.io), 并且帮助我们一起验证master分支上[所有支持的Linux发行版](https://snapcraft.io/docs/core/install) 的一些最新修改:
|
||||
|
||||
```sh
|
||||
sudo snap install minio --edge
|
||||
```
|
||||
|
||||
每次有最新的 `minio` 被推送到服务器,你都会自动更新下来.
|
||||
|
||||
你需要允许minio snap来观察其安装:
|
||||
|
||||
```sh
|
||||
sudo snap connect minio:mount-observe
|
||||
```
|
||||
|
||||
## 微软Windows系统
|
||||
### 下载二进制文件
|
||||
| 操作系统| CPU架构 | 地址|
|
||||
|
||||
Reference in New Issue
Block a user