fix incorrect path in docs

This commit is contained in:
Roberto Teixeira 2016-06-27 08:09:19 -04:00
parent 8879f22932
commit 9cd2a9c06a

View File

@ -28,7 +28,7 @@ Instructions:
4. ```grunt watch``` 4. ```grunt watch```
3. ```go generate``` 3. ```go generate```
4. ```cd $YOUR_WEBSITE_PATH``` 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``` 6. Go to ```http://domain:port```
[1]: https://golang.org/dl/ [1]: https://golang.org/dl/