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

Merge pull request #905 from nesl247/hotfix/go-get-url

Fix go get url
This commit is contained in:
Matt Holt 2016-06-27 08:32:27 -06:00 committed by GitHub
commit eddb6f0a79

View file

@ -97,7 +97,7 @@ the [CLI documentation](https://caddyserver.com/docs/cli) for details.
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.
1. `go get github.com/mholt/caddy` 1. `go get github.com/mholt/caddy/caddy`
2. `cd` into your website's directory 2. `cd` into your website's directory
3. Run `caddy` (assumes `$GOPATH/bin` is in your `$PATH`) 3. Run `caddy` (assumes `$GOPATH/bin` is in your `$PATH`)