From aa965dc4d0e4a11fa30aede0ed67056bb22bb7dc Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 6 Aug 2026 11:46:21 -0700 Subject: [PATCH] switch from -p to --bin --- doc/installing-from-source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/installing-from-source.md b/doc/installing-from-source.md index b1f9d61..c278b88 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 -p rayhunter-daemon -- ./config.toml +cargo run --bin rayhunter-daemon -- ./config.toml ``` Open `http://127.0.0.1:8080`. @@ -110,4 +110,4 @@ If your hot reloading does not work, some have success using polling to detect c server: { watch: { usePolling: true } } -``` \ No newline at end of file +```