From 395d542949630c7835d21b2f643b6cd8a689e31e Mon Sep 17 00:00:00 2001 From: Arnab Chakraborty <11457760+Rocky43007@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:36:30 -0500 Subject: [PATCH] Add `cargo build` step to setup instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20e09ae97..aeca63c76 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,7 @@ cd spacedrive # Install dependencies bun install cargo run -p xtask -- setup # generates .cargo/config.toml with aliases +cargo build # builds all core and apps (including the daemon and cli) # Run the desktop app (automatically starts daemon) cd apps/tauri