diff options
author | Bjørn Erik Pedersen <[email protected]> | 2018-10-09 11:09:00 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-10-09 11:09:00 +0200 |
commit | b5e17f7c837ce796e1094c8033fa7084510402fb (patch) | |
tree | 6c1214dc6354a8d0fcdd0233f8db1a6d19952799 /CONTRIBUTING.md | |
parent | 31a8bb8c071c6f2ca8cbd73057912932a1e7e943 (diff) | |
download | hugo-b5e17f7c837ce796e1094c8033fa7084510402fb.tar.gz hugo-b5e17f7c837ce796e1094c8033fa7084510402fb.zip |
Add GOPATH Hugo building tip
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a04605489..7fac4dc86 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -113,6 +113,8 @@ cd hugo go install ``` +>Note: Some Go tools may not be fully updated to support Go Modules yet. One example would be LiteIDE. Follow [this workaround](https://github.com/visualfc/liteide/issues/986#issuecomment-428117702) for how to continue to work with Hugo below `GOPATH`. + For some convenient build and test targets, you also will want to install Mage: ```bash |