Add cargo build step to setup instructions

This commit is contained in:
Arnab Chakraborty 2025-12-01 19:36:30 -05:00
parent 94c4b3d11e
commit 395d542949

View File

@ -224,6 +224,7 @@ cd spacedrive
# Install dependencies # Install dependencies
bun install bun install
cargo run -p xtask -- setup # generates .cargo/config.toml with aliases 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) # Run the desktop app (automatically starts daemon)
cd apps/tauri cd apps/tauri