diff --git a/README.md b/README.md index 2e6fe689..7a944e6b 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,21 @@ Peng is a minimal Rust-based quadrotor simulation pipeline. It includes a simula terminal 1 ``` cargo install rerun-cli -rerun --version # ensure the version is later than 0.18.0 rerun ``` terminal 2 ``` -cargo run --release +cargo install peng_quad +peng_quad ``` Please follow [rerun troubleshooting](https://rerun.io/docs/getting-started/troubleshooting) if you are using Linux or WSL2. +If you want to build from latest source +``` +git clone https://github.com/makeecat/Peng.git +cargo run --release +``` + ## Overview ### Quadrotor Simulator