mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Add mage installation step to CONTRIBUTING.md
This commit is contained in:
parent
856fc445da
commit
2cc4765670
1 changed files with 7 additions and 1 deletions
|
@ -145,7 +145,13 @@ started:
|
|||
|
||||
### Build Hugo with Your Changes
|
||||
|
||||
**Note:** Hugo uses [mage](https://github.com/magefile/mage) to build.
|
||||
**Note:** Hugo uses [mage](https://github.com/magefile/mage) to build. To install `mage` run
|
||||
|
||||
```bash
|
||||
go get github.com/magefile/mage
|
||||
```
|
||||
|
||||
`mage -l` lists all available commands with the corresponding description. To build Hugo run
|
||||
|
||||
```bash
|
||||
cd $HOME/go/src/github.com/gohugoio/hugo
|
||||
|
|
Loading…
Reference in a new issue