From 56399996f58c5c21750549ef634656a5ef29a708 Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Thu, 2 Jul 2026 16:12:54 -0500 Subject: [PATCH] docs: note Rust/Cargo is needed to build the daemon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1a0940..f1db89d 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ is only half the setup; **without the daemon the extension does nothing.** Install the daemon with whichever fits your system: - **Arch (AUR):** `paru -S strata-daemon` (or `strata-daemon-git` for the latest `main`). -- **From source:** +- **From source** (needs Rust/Cargo 1.74+): ```sh git clone https://github.com/Edu4rdSHL/Strata.git