From cae226187b01307027782beee54d5fe1ea158c52 Mon Sep 17 00:00:00 2001 From: Travis Howse Date: Thu, 23 Feb 2023 16:32:19 +1000 Subject: [PATCH] Update readme to reflect the deprecation of "go get -u" (#28) * Update readme to reflect the deprecation of "go get -u" * Incorporate PR feedback --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5ad6bb3..ac2854b 100644 --- a/README.md +++ b/README.md @@ -60,13 +60,11 @@ Thank you, and we hope you have fun with it! ## Install -First, the [xcaddy](https://github.com/caddyserver/xcaddy) command: +First, ensure your GOROOT and GOPATH environment variables are correct for your environment. -```shell -$ go get -u github.com/caddyserver/xcaddy/cmd/xcaddy -``` +Then, follow the xcaddy install process [here](https://github.com/caddyserver/xcaddy#install). -Then build Caddy with this Go module plugged in. For example: +Then, build Caddy with this Go module plugged in. For example: ```shell $ xcaddy build --with github.com/caddyserver/nginx-adapter