From bc2dac669a380627431f42e81b90897c34bfee53 Mon Sep 17 00:00:00 2001 From: "Bo-Yi.Wu" Date: Mon, 27 Mar 2023 22:01:03 +0800 Subject: [PATCH] chore: refactor installation command for `drone-ssh` using `go install` - Update `drone-ssh` installation command to use `go install` instead of `go get` Signed-off-by: Bo-Yi.Wu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e22ba4b..c270a16 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The pre-compiled binaries can be downloaded from [release page](https://github.c With `Go` installed ```sh -go get -u -v github.com/appleboy/drone-ssh +go install github.com/appleboy/drone-ssh@latest ``` or build the binary with the following command: