mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
Add cargo build step to setup instructions
This commit is contained in:
parent
94c4b3d11e
commit
395d542949
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user