mirror of
https://github.com/minio/minio.git
synced 2025-03-31 17:53:43 -04:00
Fix snap docs with instructions to run (#5266)
This commit is contained in:
parent
5476415016
commit
1672c73988
14
README.md
14
README.md
@ -26,8 +26,8 @@ Install minio packages using [Homebrew](http://brew.sh/)
|
|||||||
brew install minio/stable/minio
|
brew install minio/stable/minio
|
||||||
minio server /data
|
minio server /data
|
||||||
```
|
```
|
||||||
#### Note
|
|
||||||
If you previously installed minio using `brew install minio` then it is recommended that you reinstall minio from `minio/stable/minio` official repo instead.
|
> NOTE: If you previously installed minio using `brew install minio` then it is recommended that you reinstall minio from `minio/stable/minio` official repo instead.
|
||||||
```sh
|
```sh
|
||||||
brew uninstall minio
|
brew uninstall minio
|
||||||
brew install minio/stable/minio
|
brew install minio/stable/minio
|
||||||
@ -53,18 +53,15 @@ chmod +x minio
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Snap
|
### Snap
|
||||||
You can install the latest `minio` [snap](https://snapcraft.io), and help testing the most recent changes of the master branch in [all the supported Linux distros](https://snapcraft.io/docs/core/install) with:
|
Install minio using [Snap](https://snapcraft.io)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo snap install minio --edge
|
sudo snap install minio --edge
|
||||||
```
|
```
|
||||||
|
|
||||||
Every time a new version of `minio` is pushed to the store, you will get it updated automatically.
|
Start minio using `snap run` command
|
||||||
|
|
||||||
You will need to allow the minio snap to observe mounts in the system:
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo snap connect minio:mount-observe
|
sudo snap connect minio:mount-observe
|
||||||
|
sudo snap run minio server /data
|
||||||
```
|
```
|
||||||
|
|
||||||
## Microsoft Windows
|
## Microsoft Windows
|
||||||
@ -88,7 +85,6 @@ service minio start
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Install from Source
|
## Install from Source
|
||||||
|
|
||||||
Source installation is only intended for developers and advanced users. If you do not have a working Golang environment, please follow [How to install Golang](https://docs.minio.io/docs/how-to-install-golang).
|
Source installation is only intended for developers and advanced users. If you do not have a working Golang environment, please follow [How to install Golang](https://docs.minio.io/docs/how-to-install-golang).
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user