update readme

This commit is contained in:
geoffsee
2025-07-16 17:51:24 -04:00
parent 602bc5d4b8
commit 2311f43d97

View File

@@ -17,14 +17,9 @@ An open-source virtual cockpit for Windows, macOS, Linux, Web, Android, and iOS.
### grits ### grits
```shell ```shell
# clone the project
git clone https://github.com/seemueller-io/yachtpit.git && cd yachtpit git clone https://github.com/seemueller-io/yachtpit.git && cd yachtpit
# https://doc.rust-lang.org/cargo/commands/cargo-check.html#description # run desktop app with the development profile
cargo check
# install/build node dependencies (bun|npm|pnpm|yarn)
bun install
# run the desktop app with the development profile
cargo run cargo run
``` ```