From 22e033df0f9220467ef34bc5a28a07c7cc451b67 Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Wed, 29 Oct 2014 17:03:14 +0000 Subject: [PATCH] Update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0b4761..c0b9b70 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,10 @@ Go was chosen for portability - MailHog runs without installation on multiple pl ### Getting started +Either: + * [Download the latest release](RELEASES.md) of Go-MailHog for your platform -* Start MailHog +* Use Docker or AWS Elastic Beanstalk to deploy Go-MailHog with the example [Dockerfile](Dockerfile) By default, the SMTP server will start on port 1025, the HTTP server will start on port 8025, and in-memory message storage will be used.