Skip to content

Commit

Permalink
docs: include version in CLI package installation (#802)
Browse files Browse the repository at this point in the history
go install github.com/hibiken/asynq/tools/asynq@latest
  • Loading branch information
0over authored Jan 29, 2024
1 parent 83df622 commit a3cca85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ Asynq ships with a command line tool to inspect the state of queues and tasks.
To install the CLI tool, run the following command:

```sh
go install github.com/hibiken/asynq/tools/asynq
go install github.com/hibiken/asynq/tools/asynq@latest
```

Here's an example of running the `asynq dash` command:
Expand Down
2 changes: 1 addition & 1 deletion tools/asynq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Asynq CLI is a command line tool to monitor the queues and tasks managed by `asy

In order to use the tool, compile it using the following command:

go install github.com/hibiken/asynq/tools/asynq
go install github.com/hibiken/asynq/tools/asynq@latest

This will create the asynq executable under your `$GOPATH/bin` directory.

Expand Down

0 comments on commit a3cca85

Please sign in to comment.