diff --git a/content/en/contribute/development.md b/content/en/contribute/development.md index b2450e9b4..6ba6ccd08 100644 --- a/content/en/contribute/development.md +++ b/content/en/contribute/development.md @@ -154,7 +154,7 @@ go install Hugo relies on [mage](https://github.com/magefile/mage) for some convenient build and test targets. If you don't already have it, get it: ``` -go get github.com/magefile/mage +go install github.com/magefile/mage@latest ``` ### Fork the repository