mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-05-09 18:23:21 +08:00
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:
parent
541508632d
commit
bc2dac669a
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user