From b934d0c75cbe1e76bdf46f54d5529f49c48d8c07 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 6 Aug 2026 13:08:42 -0700 Subject: [PATCH] keep -p --- doc/installing-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installing-from-source.md b/doc/installing-from-source.md index c278b88..fdca740 100644 --- a/doc/installing-from-source.md +++ b/doc/installing-from-source.md @@ -41,7 +41,7 @@ qmdl_store_path = "./qmdl" port = 8080 debug_mode = true EOF -cargo run --bin rayhunter-daemon -- ./config.toml +cargo run -p rayhunter-daemon --bin rayhunter-daemon -- ./config.toml ``` Open `http://127.0.0.1:8080`.