Add GOPATH Hugo building tip

This commit is contained in:
Bjørn Erik Pedersen
2018-10-09 11:09:00 +02:00
parent 31a8bb8c07
commit b5e17f7c83
3 changed files with 6 additions and 1 deletions

View File

@@ -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