mirror of
https://github.com/caddyserver/xcaddy.git
synced 2024-11-03 07:50:30 +00:00
Fix typo
This commit is contained in:
parent
fd8e902223
commit
5a59fd84d5
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ $ xcaddy build [<caddy_version>]
|
|||
|
||||
- `<caddy_version>` is the core Caddy version to build; defaults to `CADDY_VERSION` env variable or latest.
|
||||
- `--output` changes the output file.
|
||||
- `--with` can be used multiple times to add plugins by specifying the Go module name and optionally its version, similar to `go get`.
|
||||
- `--with` can be used multiple times to add plugins by specifying the Go module name and optionally its version, similar to `go get`. Module name is required, but specific version and/or local replacement are optional.
|
||||
|
||||
Examples:
|
||||
|
||||
|
@ -62,7 +62,7 @@ $ xcaddy build \
|
|||
--with github.com/caddyserver/ntlm-transport=../../my-fork
|
||||
|
||||
$ xcaddy build \
|
||||
--with github.com/caddyserver/ntlm-transport=@v0.1.0=../../my-fork
|
||||
--with github.com/caddyserver/ntlm-transport@v0.1.0=../../my-fork
|
||||
```
|
||||
|
||||
### For plugin development
|
||||
|
|
Loading…
Reference in a new issue