Skip to content

Commit

Permalink
docs: refactor codebase and update documentation
Browse files Browse the repository at this point in the history
- Update installation command from `go get` to `go install` in README.md

Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Oct 4, 2024
1 parent dff06f1 commit 24e8004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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-jenkins
go install github.com/appleboy/drone-jenkins
```

or build the binary with the following command:
Expand Down

0 comments on commit 24e8004

Please sign in to comment.