Add install documentation for FreeBSD

This commit is contained in:
Patrick M. Hausen 2020-10-11 14:00:09 +02:00
parent 0441dd494b
commit f3850dfa6c

View file

@ -37,6 +37,13 @@ sudo apt-get -y install golang-go
go get github.com/mailhog/MailHog go get github.com/mailhog/MailHog
``` ```
#### FreeBSD
```bash
pkg install mailhog
sysrc mailhog_enable="YES"
service mailhog start
```
Then, start MailHog by running `/path/to/MailHog` in the command line. Then, start MailHog by running `/path/to/MailHog` in the command line.
E.g. the path to Go's bin files on Ubuntu is `~/go/bin/`, so to start the MailHog run: E.g. the path to Go's bin files on Ubuntu is `~/go/bin/`, so to start the MailHog run: