blog/README.md
d3vyce b2a0e46d4e
All checks were successful
Build Blog Docker Image / build docker (push) Successful in 1m11s
add: git-lfs to Dockerfile
2024-02-18 18:43:42 +01:00

9 lines
187 B
Markdown

# d3vyce Blog
## Install
```
export PATH=$PATH:/usr/local/go/bin
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
git submodule update --recursive
git lfs pull
```