Skip to content

Commit 4231f06

Browse files
committed
2 parents 0670c22 + caec217 commit 4231f06

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ E.g. the path to Go's bin files on Ubuntu is `~/go/bin/`, so to start the MailHo
4545
~/go/bin/MailHog
4646
```
4747

48+
#### FreeBSD
49+
```bash
50+
pkg install mailhog
51+
sysrc mailhog_enable="YES"
52+
service mailhog start
53+
```
54+
4855
#### Docker
4956
[Run it from Docker Hub](https://registry.hub.docker.com/r/mailhog/mailhog/) or using the provided [Dockerfile](Dockerfile)
5057

0 commit comments

Comments
 (0)