From 9cd2a9c06a44e060804b0b67b73d5c88845fc889 Mon Sep 17 00:00:00 2001 From: Roberto Teixeira Date: Mon, 27 Jun 2016 08:09:19 -0400 Subject: [PATCH 1/2] fix incorrect path in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa050b4a..a4561bcc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Instructions: 4. ```grunt watch``` 3. ```go generate``` 4. ```cd $YOUR_WEBSITE_PATH``` -5. ```caddydev --source $GOPATH/github.com/hacdias/caddy-hugo hugo``` +5. ```caddydev --source $GOPATH/src/github.com/hacdias/caddy-hugo hugo``` 6. Go to ```http://domain:port``` [1]: https://golang.org/dl/ From b81e481547966f4e7687ff7d71fee26e1296bf98 Mon Sep 17 00:00:00 2001 From: Roberto Teixeira Date: Mon, 27 Jun 2016 08:13:44 -0400 Subject: [PATCH 2/2] add note about error when go get'ting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa050b4a..bab97ea4 100644 --- a/README.md +++ b/README.md @@ -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/```