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 <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi.Wu 2023-03-27 22:01:03 +08:00
parent 541508632d
commit bc2dac669a

View File

@ -49,7 +49,7 @@ The pre-compiled binaries can be downloaded from [release page](https://github.c
With `Go` installed With `Go` installed
```sh ```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: or build the binary with the following command: