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:
parent
32c104c660
commit
75d713cdea
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