add note about error when go get'ting

pull/79/head
Roberto Teixeira 2016-06-27 08:13:44 -04:00
parent 8879f22932
commit b81e481547
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Requirements:
Instructions:
1. ```go get github.com/hacdias/caddy-hugo```
1. ```go get github.com/hacdias/caddy-hugo``` (ignore the error, see step 3)
2. ```cd $GOPATH/github.com/hacdias/caddy-hugo```
1. If you want to modify the CSS/JS:
2. Change the third comment to ```//go:generate go-bindata -debug -pkg assets -o assets/assets.go templates/ assets/css/ assets/js/ assets/fonts/```