Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 213 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 213 Bytes

updating go

cd .goenv
git fetch --all && git pull
goenv install [newest version]
goenv global [newest version]
go version

updating hugo

go install -tags extended github.com/gohugoio/hugo@latest