Skip to content

Commit

Permalink
Update CLI install command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hibiken authored May 6, 2022
1 parent 4dd2b57 commit 5187844
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 @@ -292,7 +292,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 get -u github.com/hibiken/asynq/tools/asynq
go install github.com/hibiken/asynq/tools/asynq
```

Here's an example of running the `asynq stats` 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 get github.com/hibiken/asynq/tools/asynq
go install github.com/hibiken/asynq/tools/asynq

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

Expand Down

0 comments on commit 5187844

Please sign in to comment.