mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 08:16:38 -04:00
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:
parent
762e27eff1
commit
3bde7d4897
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user