diff options
author | Florian Klink <flokli@flokli.de> | 2023-06-09T12·43+0300 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2023-06-09T15·33+0000 |
commit | 7f5372327c3f1166996dca596a00d1ac96422e4b (patch) | |
tree | 8cbb493872dc25415a16e348e91dec9f669d299e /tvix/store | |
parent | 0ddd4ecd9ddb310b93166620acba33d2065561ca (diff) |
docs(tvix/store): update invocation in README r/6251
This has moved to a `daemon` subcommand. Change-Id: Iae9778d8a59e6bf84555119fabfd62db3917bb62 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8731 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'tvix/store')
-rw-r--r-- | tvix/store/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/README.md b/tvix/store/README.md index 7844264ca181..951568516773 100644 --- a/tvix/store/README.md +++ b/tvix/store/README.md @@ -25,7 +25,7 @@ REPL-based gPRC client. You can use it to connect to a `tvix-store` and call the various RPC methods. ```shell -$ cargo run & +$ cargo run -- daemon & $ evans --host localhost --port 8000 -r repl ______ | ____| |