Update go get path for Caddy binary (#869)

This commit is contained in:
Benny Ng 2016-06-07 12:09:52 +08:00
parent 727ef24306
commit b23eec4fac

View File

@ -100,7 +100,7 @@ Note: You will need **[Go 1.6](https://golang.org/dl/)** or newer (required for
transparent automatic HTTP/2 support and to take advantage of performance improvements transparent automatic HTTP/2 support and to take advantage of performance improvements
in the TLS and crypto libraries). in the TLS and crypto libraries).
1. `$ go get github.com/mholt/caddy` 1. `$ go get github.com/mholt/caddy/caddy`
2. `cd` into your website's directory 2. `cd` into your website's directory
3. Run `caddy` (assumes `$GOPATH/bin` is in your `$PATH`) 3. Run `caddy` (assumes `$GOPATH/bin` is in your `$PATH`)