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

Conversation

agentdon
Copy link

Updates the README with:

  • A pro tip on how to get Mailhog to start automatically when your computer starts.
  • More explicit direction on navigating to the UI.

Updates the README with:
- A pro tip on how to get Mailhog to start automatically when your computer starts.
- More explicit direction on navigating to the UI.
Move pro tip to bottom of section.
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. 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants