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:
commit
53a89c953a
1 changed files with 2 additions and 0 deletions
|
@ -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`)
|
||||
|
|
Loading…
Reference in a new issue