Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/contribute/development.md')
-rw-r--r--docs/content/en/contribute/development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/contribute/development.md b/docs/content/en/contribute/development.md
index b2450e9b4..6ba6ccd08 100644
--- a/docs/content/en/contribute/development.md
+++ b/docs/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