mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
Fix order of install docs
This commit is contained in:
parent
f3850dfa6c
commit
caec217be7
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -37,13 +37,6 @@ sudo apt-get -y install golang-go
|
|||
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.
|
||||
|
||||
E.g. the path to Go's bin files on Ubuntu is `~/go/bin/`, so to start the MailHog run:
|
||||
|
@ -52,6 +45,13 @@ E.g. the path to Go's bin files on Ubuntu is `~/go/bin/`, so to start the MailHo
|
|||
~/go/bin/MailHog
|
||||
```
|
||||
|
||||
#### FreeBSD
|
||||
```bash
|
||||
pkg install mailhog
|
||||
sysrc mailhog_enable="YES"
|
||||
service mailhog start
|
||||
```
|
||||
|
||||
#### Docker
|
||||
[Run it from Docker Hub](https://registry.hub.docker.com/r/mailhog/mailhog/) or using the provided [Dockerfile](Dockerfile)
|
||||
|
||||
|
|
Loading…
Reference in a new issue