From bd2f97c7e957b7188deb883802c0caa8931f4351 Mon Sep 17 00:00:00 2001 From: Miro Barsocchi Date: Thu, 9 Jun 2022 11:31:26 +0200 Subject: [PATCH] Update README.md go get is deprecated, updated with new command --- 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 <