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:
Ankur Srivastava 2020-04-02 17:05:25 +02:00 committed by GitHub
parent f337ff945a
commit 9933d7ffe7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
### Download
```
go get -u github.com/caddyserver/xcaddy/cmd/xcaddy
```
### For custom builds
Syntax: