Install mage outside module (#1592)

* Install mage outside module

Fixes #1591

* Remove extra info

* Use go install instead

mage is not a dependency, and we are only interested in mage executable.

Co-authored-by: Joe Mooring <joe@mooring.com>

Co-authored-by: Joe Mooring <joe@mooring.com>
This commit is contained in:
Santosh Kumar 2021-12-07 00:00:17 +05:30 committed by GitHub
parent 762e27eff1
commit 3bde7d4897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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