mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 22:40:31 -05:00
Adding note on the rationale for Go 1.6
This commit is contained in:
parent
c23c6d9cb4
commit
25b934824f
1 changed files with 3 additions and 1 deletions
|
@ -96,7 +96,9 @@ You may also be interested in the [developer guide]
|
|||
|
||||
## Running from Source
|
||||
|
||||
Note: You will need **[Go 1.6](https://golang.org/dl/)** or newer.
|
||||
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`
|
||||
2. `cd` into your website's directory
|
||||
|
|
Loading…
Reference in a new issue