move cli to proper directory with correct name.

This commit is contained in:
fiatjaf
2023-11-28 15:35:46 -03:00
parent b7f018e985
commit 1b7e7e7aff
7 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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