0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

add go version to Running from Source section in README.md

This commit is contained in:
Davis Koh 2015-05-01 12:35:03 -04:00
parent 32c104c660
commit 75d713cdea

View file

@ -31,6 +31,8 @@ Caddy binaries have no dependencies and are available for nearly every platform.
## Running from Source
NOTE: You will need Go **version 1.4** or greater
1. `$ go get github.com/mholt/caddy`
2. `cd` into your website's directory
3. Run `caddy` (assumes `$GOPATH/bin` is in your `$PATH`)