about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-06-09T12·43+0300
committerflokli <flokli@flokli.de>2023-06-09T15·33+0000
commit7f5372327c3f1166996dca596a00d1ac96422e4b (patch)
tree8cbb493872dc25415a16e348e91dec9f669d299e
parent0ddd4ecd9ddb310b93166620acba33d2065561ca (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>
-rw-r--r--tvix/store/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/README.md b/tvix/store/README.md
index 7844264ca1..9515685167 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
   ______
  |  ____|