From 9b4681131e17047776682a8cef1d891c1f747c1a Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Fri, 26 Jun 2026 01:51:59 +0800 Subject: [PATCH] Update install command: go get -> go install (Go 1.17+) go get is deprecated for installing executables since Go 1.17. Use 'go install' with @latest instead. Fixes #2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb3c7b8..2a4f2a8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Based on the work of [dotmil-domains](https://github.com/esonderegger/dotmil-dom ## Install ``` -go get -u github.com/daehee/mildew/cmd/mildew +go install github.com/daehee/mildew/cmd/mildew@latest ``` ## Usage