Skip to content

Commit

Permalink
build: switch to go install for installing dependencies
Browse files Browse the repository at this point in the history
- Replace `go get -u -v` with `go install` for installing `gorush`

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Jun 8, 2024
1 parent 5a1383c commit 531f914
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 @@ -235,7 +235,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/gorush
go install github.com/appleboy/gorush
```

On linux
Expand Down

0 comments on commit 531f914

Please sign in to comment.