mirror of
https://github.com/hibiken/asynq.git
synced 2026-05-19 13:14:48 +08:00
docs: include version in CLI package installation (#802)
go install github.com/hibiken/asynq/tools/asynq@latest
This commit is contained in:
committed by
GitHub
parent
83df622a92
commit
a3cca853a0
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user