Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-10-09 12:09:00 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-10-09 12:09:00 +0300
commitb5e17f7c837ce796e1094c8033fa7084510402fb (patch)
tree6c1214dc6354a8d0fcdd0233f8db1a6d19952799 /CONTRIBUTING.md
parent31a8bb8c071c6f2ca8cbd73057912932a1e7e943 (diff)
Add GOPATH Hugo building tip
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
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