Update README.md

This commit is contained in:
klzgrad 2021-09-05 16:39:13 +08:00 committed by GitHub
parent 4e15a88819
commit 4a24dc9329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ The following describes the naïve fork of forwardproxy setup.
Build:
```sh
go get -u github.com/caddyserver/xcaddy/cmd/xcaddy
go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
~/go/bin/xcaddy build --with github.com/caddyserver/forwardproxy@caddy2=github.com/klzgrad/forwardproxy@naive
```