Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ brew update && brew install mailhog

Then, start MailHog by running `mailhog` in the command line.

#### Debian / Ubuntu Go >= v1.18.1
```bash
sudo apt-get -y install golang-go
go install github.com/mailhog/MailHog@latest
```

#### Debian / Ubuntu Go < v1.18
```bash
sudo apt-get -y install golang-go
Expand Down