mirror of
https://github.com/caddyserver/xcaddy.git
synced 2024-11-03 07:50:30 +00:00
added go-get instructions for xcaddy (#4)
Signed-off-by: Ankur Srivastava <ankur.srivastava@email.de> Co-authored-by: Ankur Srivastava <ankur.srivastava@recogizer-analytics.com>
This commit is contained in:
parent
f337ff945a
commit
9933d7ffe7
1 changed files with 6 additions and 0 deletions
|
@ -35,6 +35,12 @@ Versions can be anything compatible with `go get`.
|
||||||
|
|
||||||
The CLI can be used both to make custom builds of Caddy, but also as a replacement for `go run` while developing Caddy plugins.
|
The CLI can be used both to make custom builds of Caddy, but also as a replacement for `go run` while developing Caddy plugins.
|
||||||
|
|
||||||
|
### Download
|
||||||
|
|
||||||
|
```
|
||||||
|
go get -u github.com/caddyserver/xcaddy/cmd/xcaddy
|
||||||
|
```
|
||||||
|
|
||||||
### For custom builds
|
### For custom builds
|
||||||
|
|
||||||
Syntax:
|
Syntax:
|
||||||
|
|
Loading…
Reference in a new issue