Merge commit 'aa54803a84208816e9c678359bd3f86760484ce0'

This commit is contained in:
Bjørn Erik Pedersen
2020-03-20 09:19:29 +01:00
11 changed files with 22 additions and 20 deletions

View File

@@ -305,9 +305,6 @@ Make the directory containing the source your working directory and then fetch H
mkdir -p src/github.com/gohugoio
ln -sf $(pwd) src/github.com/gohugoio/hugo
# set the build path for Go
export GOPATH=$(pwd)
go get
```