$ ./minio server /minio-example/compressed-objects
./minio server /minio-example/compressed-objects
```
```
@ -126,7 +126,7 @@ It is possible to build the minio server from source on FreeBSD. To do this we
We will need to install golang and GNU make:
We will need to install golang and GNU make:
```sh
```sh
$ sudo pkg install go gmake
sudo pkg install go gmake
```
```
Now we can proceed with the normal build process of minio server as found [here](https://github.com/minio/minio/blob/master/CONTRIBUTING.md). The only caveat is we need to specify gmake (GNU make) when building minio server as the current Makefile is not BSD make compatible:
Now we can proceed with the normal build process of minio server as found [here](https://github.com/minio/minio/blob/master/CONTRIBUTING.md). The only caveat is we need to specify gmake (GNU make) when building minio server as the current Makefile is not BSD make compatible: