mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 20:20:25 +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,18 +53,6 @@ chmod +x minio
|
||||
./minio server /data
|
||||
```
|
||||
|
||||
### Snap
|
||||
Install minio using [Snap](https://snapcraft.io)
|
||||
```sh
|
||||
sudo snap install minio --edge
|
||||
```
|
||||
|
||||
Start minio using `snap run` command
|
||||
```sh
|
||||
sudo snap connect minio:mount-observe
|
||||
sudo snap run minio server /data
|
||||
```
|
||||
|
||||
## Microsoft Windows
|
||||
### Binary Download
|
||||
| Platform| Architecture | URL|
|
||||
|
||||
Reference in New Issue
Block a user