diff options
author | kennwhite <[email protected]> | 2016-05-05 10:18:00 -0400 |
---|---|---|
committer | kennwhite <[email protected]> | 2016-05-05 10:18:00 -0400 |
commit | 25b934824fab015ff74ca1828e17cf22d31d369a (patch) | |
tree | d452934c9d6d142b73e7c046c68649a01a1564be /README.md | |
parent | c23c6d9cb4895fb7335c8ef62acd40849ac11446 (diff) | |
download | caddy-25b934824fab015ff74ca1828e17cf22d31d369a.tar.gz caddy-25b934824fab015ff74ca1828e17cf22d31d369a.zip |
Adding note on the rationale for Go 1.6
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 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 |