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

Merge pull request #33 from daviskoh/improvement/specify-go-version-dependency

Specify Go Version in README
This commit is contained in:
Matt Holt 2015-05-01 11:45:30 -06:00
commit 53a89c953a

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`)