ref: 2cc4765670b27f74f68e1614b1763a7819e02854
parent: 856fc445dac9fe19c8eeaeb2504bf59b04f2f6af
author: digitalcraftsman <[email protected]>
date: Thu Oct 5 16:09:21 EDT 2017
Add mage installation step to CONTRIBUTING.md
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -145,7 +145,13 @@
### 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