Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markus621 authored Dec 25, 2023
1 parent a00805a commit 8695c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Loopy is designed to store and manage keys and values that are used by various s
## Install with go

```shell
go install github.com/arwos/loopy/...@latest
go install go.arwos.org/loopy/...@latest
```

## Server
Expand Down Expand Up @@ -64,4 +64,4 @@ loopcli --server=127.0.0.1:9500 kv list "key/"
* Search key by prefix (without empty value)
```shell
loopcli --server=127.0.0.1:9500 kv search "key/"
```
```

0 comments on commit 8695c06

Please sign in to comment.