From 2311f43d97c04a845114f9601467d0a0a5f757d5 Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Wed, 16 Jul 2025 17:51:24 -0400 Subject: [PATCH] update readme --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5e2b645..f19612e 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,9 @@ An open-source virtual cockpit for Windows, macOS, Linux, Web, Android, and iOS. ### grits ```shell +# clone the project git clone https://github.com/seemueller-io/yachtpit.git && cd yachtpit -# https://doc.rust-lang.org/cargo/commands/cargo-check.html#description -cargo check - -# install/build node dependencies (bun|npm|pnpm|yarn) -bun install - -# run the desktop app with the development profile +# run desktop app with the development profile cargo run -``` +``` \ No newline at end of file