summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFake ID <[email protected]>2017-09-16 21:35:58 +0600
committerMatt Holt <[email protected]>2017-09-16 09:35:58 -0600
commitd39b95600af8436c5e9d626eb8202a2243dcd969 (patch)
treea7ea9442d8b6eb078baccb35de6f9ce44a6ca66f
parent545fa844bbd188c1e5bff6926e5c410e695571a0 (diff)
downloadcaddy-d39b95600af8436c5e9d626eb8202a2243dcd969.tar.gz
caddy-d39b95600af8436c5e9d626eb8202a2243dcd969.zip
readme: fixed build instructions (#1875)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2b7a0e383..7fa446f73 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ Caddy binaries have no dependencies and are available for every platform. Get Ca
customize your build in the browser
- **[Latest release](https://github.com/mholt/caddy/releases/latest)** for
pre-built, vanilla binaries
-- **go get** to build from source: `go get github.com/mholt/caddy/caddy` (requires Go 1.8 or newer) - to build with proper version information (required when filing issues), `cd` to the `caddy` folder and use `go run build.go`.
+- **go get** to build from source: `go get github.com/mholt/caddy/caddy` (requires Go 1.8 or newer) - to build with proper version information (required when filing issues), `cd` to the `caddy` folder and use `go get github.com/caddyserver/builds` followed by `go run build.go`.
Then make sure the `caddy` binary is in your PATH.