Skip to content

Commit 25e60b5

Browse files
committed
add note on uvx
1 parent 9d5566d commit 25e60b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Deserialises [the ESS flatbuffers blobs](https://github.com/ess-dmsc/python-stre
66
Also allows replaying data in a topic.
77

88
# Usage
9+
10+
To run the latest version, use `uvx saluki <args>`.
11+
912
See `saluki --help` for all options.
1013

1114
## `listen` - Listen to a topic for updates
@@ -35,9 +38,6 @@ You can also filter out messages to specific schema(s) with the `-f` flag, like
3538

3639
`saluki play mybroker:9092/source_topic mybroker:9092/dest_topic -t 1762209990 1762209992` - This will forward messages between the two given timestamps.
3740

38-
# Install
39-
`pip install saluki`
40-
41-
## Developer setup
41+
# Developer setup
4242
`pip install -e .[dev]`
4343

0 commit comments

Comments
 (0)