move cli to proper directory with correct name.
This commit is contained in:
@@ -28,4 +28,4 @@ type Store interface {
|
||||
|
||||
## command-line tool
|
||||
|
||||
There is an [`eventstore` command-line tool](cli) that can be used to query these databases directly.
|
||||
There is an [`eventstore` command-line tool](cmd/eventstore) that can be used to query these databases directly.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# eventstore command-line tool
|
||||
|
||||
```
|
||||
go install github.com/fiatjaf/eventstore/cli@latest
|
||||
go install github.com/fiatjaf/eventstore/cmd/eventstore@latest
|
||||
```
|
||||
|
||||
## Usage
|
||||
Reference in New Issue
Block a user