docs: Fix and reword FreeBSD documentation. (#4145)

This commit is contained in:
Harshavardhana
2017-04-19 00:25:20 -07:00
committed by GitHub
parent f4dac979a2
commit 402a5e3bea
2 changed files with 36 additions and 63 deletions
+10 -2
View File
@@ -61,6 +61,16 @@ minio.exe server D:\Photos
```
## FreeBSD
### Port
Install minio packages using [pkg](https://github.com/freebsd/pkg)
```sh
pkg install minio
sysrc minio_enable=yes
sysrc minio_disks=/home/user/Photos
service minio start
```
### Binary Download
| Platform| Architecture | URL|
| ----------| -------- | ------|
@@ -70,8 +80,6 @@ chmod 755 minio
./minio server ~/Photos
```
You can run Minio on FreeBSD with FreeNAS storage-backend - see [here](https://docs.minio.io/docs/how-to-run-minio-in-freenas) for more details.
## 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).