mirror of
https://github.com/minio/minio
synced 2024-11-05 17:34:01 +00:00
Add FreeBSD binary link and make a release
This commit is contained in:
parent
93666827f4
commit
8112291d43
1 changed files with 9 additions and 0 deletions
|
@ -58,6 +58,15 @@ Download ``minio`` for:
|
|||
C:\Users\Username\Downloads> minio.exe --help
|
||||
~~~
|
||||
|
||||
#### FreeBSD
|
||||
|
||||
Download ``minio`` from https://dl.minio.io/server/minio/release/freebsd-amd64/minio
|
||||
|
||||
~~~
|
||||
$ chmod 755 minio
|
||||
$ ./minio --help
|
||||
~~~
|
||||
|
||||
#### Docker container
|
||||
|
||||
Download ``minio`` for docker.
|
||||
|
|
Loading…
Reference in a new issue