URI: 
       Add mage installation step to CONTRIBUTING.md - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 2cc4765670b27f74f68e1614b1763a7819e02854
   DIR parent 856fc445dac9fe19c8eeaeb2504bf59b04f2f6af
  HTML Author: digitalcraftsman <digitalcraftsman@users.noreply.github.com>
       Date:   Thu,  5 Oct 2017 20:09:21 +0200
       
       Add mage installation step to CONTRIBUTING.md
       Diffstat:
         M CONTRIBUTING.md                     |       8 +++++++-
       
       1 file changed, 7 insertions(+), 1 deletion(-)
       ---
   DIR diff --git 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