From 7f5372327c3f1166996dca596a00d1ac96422e4b Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 9 Jun 2023 15:43:46 +0300 Subject: docs(tvix/store): update invocation in README This has moved to a `daemon` subcommand. Change-Id: Iae9778d8a59e6bf84555119fabfd62db3917bb62 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8731 Tested-by: BuildkiteCI Autosubmit: flokli Reviewed-by: tazjin --- tvix/store/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix') 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 ______ | ____| -- cgit 1.4.1