Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #451

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ MailHog is an email testing tool for developers:
brew update && brew install mailhog
```

Pro tip: Use brew services to start Mailhog and have it automatically started when your computer restarts: `brew services start mailhog`.

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

Pro tip: Use brew services to start Mailhog and have it automatically started when your computer restarts: `brew services start mailhog`.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: Is brew not macOS only?

If so, I guess we could add a notice or similar commands for Linux (SystemD: systemctl --user edit mailhog.service --full --force and fill the config file) and Windows (sc.exe create mailhog binpath= "c:\Program Files\mailhog" start= auto).

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Brew is only for macOS. I feel like I remember hearing about someone using it on another platform, but that's not the intended use. Happy to add those 2 comments that you put, but I'm not sure if I'm quite following where you'd want them of what you mean by fill in the config file. Mind elaborating a bit and I'll make the changes? 🙂

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@C-Duv Wanted to bump this. 👀


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