Commit 86205efc authored by Abiola Ibrahim's avatar Abiola Ibrahim Committed by GitHub

Merge pull request #2570 from whalehub/patch-1

Fix instructions for building Caddy from source
parents 018105ee 701e7751
......@@ -82,7 +82,7 @@ To build from source you need **[Git](https://git-scm.com/downloads)** and **[Go
<!-- TODO: This env variable will not be required starting with Go 1.13 -->
1. Set the transitional environment variable for Go modules: `export GO111MODULE=on`
<!-- TODO: The specific version will not be required after the stable 1.0.0 release -->
2. Run `go get github.com/mholt/caddy/caddy@1.0.0-beta2`
2. Run `go get github.com/mholt/caddy/caddy@v1.0.0-beta2`
Caddy will be installed to your `$GOPATH/bin` folder.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment