fix: hugo image build

This commit is contained in:
2024-02-11 12:28:00 +01:00
parent cd7e9db1de
commit 992a95d37b
3 changed files with 8 additions and 7 deletions

View File

@ -2,6 +2,7 @@
## Install
```
export PATH=$PATH:/usr/local/go/bin
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
git submodule update --recursive
```