We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4df8d commit cae2261Copy full SHA for cae2261
README.md
@@ -60,13 +60,11 @@ Thank you, and we hope you have fun with it!
60
61
## Install
62
63
-First, the [xcaddy](https://github.com/caddyserver/xcaddy) command:
+First, ensure your GOROOT and GOPATH environment variables are correct for your environment.
64
65
-```shell
66
-$ go get -u github.com/caddyserver/xcaddy/cmd/xcaddy
67
-```
+Then, follow the xcaddy install process [here](https://github.com/caddyserver/xcaddy#install).
68
69
-Then build Caddy with this Go module plugged in. For example:
+Then, build Caddy with this Go module plugged in. For example:
70
71
```shell
72
$ xcaddy build --with github.com/caddyserver/nginx-adapter
0 commit comments