Skip to content

Commit cae2261

Browse files
authored
Update readme to reflect the deprecation of "go get -u" (#28)
* Update readme to reflect the deprecation of "go get -u" * Incorporate PR feedback
1 parent 9b4df8d commit cae2261

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,11 @@ Thank you, and we hope you have fun with it!
6060

6161
## Install
6262

63-
First, the [xcaddy](https://github.com/caddyserver/xcaddy) command:
63+
First, ensure your GOROOT and GOPATH environment variables are correct for your environment.
6464

65-
```shell
66-
$ go get -u github.com/caddyserver/xcaddy/cmd/xcaddy
67-
```
65+
Then, follow the xcaddy install process [here](https://github.com/caddyserver/xcaddy#install).
6866

69-
Then build Caddy with this Go module plugged in. For example:
67+
Then, build Caddy with this Go module plugged in. For example:
7068

7169
```shell
7270
$ xcaddy build --with github.com/caddyserver/nginx-adapter

0 commit comments

Comments
 (0)