projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
856fc44
)
Add mage installation step to CONTRIBUTING.md
author
digitalcraftsman
<digitalcraftsman@users.noreply.github.com>
Thu, 5 Oct 2017 18:09:21 +0000
(20:09 +0200)
committer
GitHub
<noreply@github.com>
Thu, 5 Oct 2017 18:09:21 +0000
(20:09 +0200)
CONTRIBUTING.md
patch
|
blob
|
history
diff --git
a/CONTRIBUTING.md
b/CONTRIBUTING.md
index 3b4ee6329d61b34d5f9425126a91d5409eddf418..1ef37a69d2913173c0dd062f384ac2c957793666 100644
(file)
--- a/
CONTRIBUTING.md
+++ b/
CONTRIBUTING.md
@@
-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