From b23eec4fac8616e312232c4556268a0e666b17bd Mon Sep 17 00:00:00 2001 From: Benny Ng Date: Tue, 7 Jun 2016 12:09:52 +0800 Subject: [PATCH] Update go get path for Caddy binary (#869) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1631642d..1f04a31b0 100644 --- a/README.md +++ b/README.md @@ -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`)