diff options
author | Benny Ng <[email protected]> | 2016-06-07 12:09:52 +0800 |
---|---|---|
committer | Benny Ng <[email protected]> | 2016-06-07 12:09:52 +0800 |
commit | b23eec4fac8616e312232c4556268a0e666b17bd (patch) | |
tree | feb6bc28b1e18518c4095cd07545592aa1801177 /README.md | |
parent | 727ef24306b5c392d967418c4f35675f7a7dde2e (diff) | |
download | caddy-b23eec4fac8616e312232c4556268a0e666b17bd.tar.gz caddy-b23eec4fac8616e312232c4556268a0e666b17bd.zip |
Update go get path for Caddy binary (#869)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 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 3. Run `caddy` (assumes `$GOPATH/bin` is in your `$PATH`) |