Skip to content

Commit

Permalink
readme: Update build instructions
Browse files Browse the repository at this point in the history
Fix #2560
  • Loading branch information
elcore authored Apr 12, 2019
1 parent 657780b commit fb309a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Caddy binaries have no dependencies and are available for every platform. Get Ca

To build from source you need **[Git](https://git-scm.com/downloads)** and **[Go](https://golang.org/doc/install)** (1.12 or newer). Follow these instruction for fast building:

- Set the transitional environment variable `GO111MODULE` to `on`
- Get the source with `go get github.com/mholt/caddy/caddy` and then run `go get github.com/caddyserver/builds`
- Now `cd $GOPATH/src/github.com/mholt/caddy/caddy` and run `go run build.go`

Expand Down

0 comments on commit fb309a7

Please sign in to comment.