From b8cde10d16a394b627762f04ca93e3b6db064816 Mon Sep 17 00:00:00 2001 From: Dennis Woithe Date: Mon, 8 Dec 2025 14:18:51 +0100 Subject: [PATCH] Update README.md go: 'go install' requires a version when current directory is not in a module --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33f43a0b..febc2362 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Then, start MailHog by running `mailhog` in the command line. #### Debian / Ubuntu Go < v1.18 ```bash sudo apt-get -y install golang-go -go get github.com/mailhog/MailHog +go install github.com/mailhog/MailHog@latest ``` #### Go >= v1.17 (Debian Bookworm)