From bbd455fe79de4d882c103f4352945f60276e564e Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Mon, 21 Mar 2022 10:25:36 -0600 Subject: Update CONTRIBUTING.md to use "go install" to install mage In Go 1.18, "go get" no longer builds packages. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db5f3e247..c370f9304 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -126,7 +126,7 @@ go install For some convenient build and test targets, you also will want to install Mage: ```bash -go get github.com/magefile/mage +go install github.com/magefile/mage ``` Now, to make a change to Hugo's source: -- cgit v1.2.3