From a2827e25ce5d315b02b7946e78c58c350156ba0b Mon Sep 17 00:00:00 2001 From: Dan Dryaev <48590492+ShadiestGoat@users.noreply.github.com> Date: Wed, 25 Jan 2023 09:55:32 +0000 Subject: [PATCH] Use the new go install syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d93bd78..3670c434 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Pre-built binaries for common platforms are available at https://github.com/shad Install from source ```sh -go get -u -v github.com/shadowsocks/go-shadowsocks2 +go install -u github.com/shadowsocks/go-shadowsocks2@latest ```