From 10070741b2ed493ef2c316cd781db8ff0556b114 Mon Sep 17 00:00:00 2001 From: Matthias Van Woensel <3532563+matthiaz@users.noreply.github.com> Date: Thu, 18 Aug 2022 16:26:08 +0200 Subject: [PATCH] Update README.md Might be better to use go install, so people can install without the source? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7071556..cf7f990 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ mhsendmail A sendmail replacement which forwards mail to an SMTP server. ```bash -> go get github.com/mailhog/mhsendmail +> go install github.com/mailhog/mhsendmail@latest > mhsendmail test@mailhog.local <