1
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-16 21:56:40 -05:00

Add comment about xcaddy to main

This commit is contained in:
Matthew Holt 2022-06-15 15:20:54 -06:00
parent 0bcd02d5f6
commit 050d6e0aeb
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5

View file

@ -24,6 +24,8 @@
// 3. Run `go mod init caddy`
// 4. Run `go install` or `go build` - you now have a custom binary!
//
// Or you can use xcaddy which does it all for you as a command:
// https://github.com/caddyserver/xcaddy
package main
import (