From f35363ad6c64d80d810362c6a04b447d685b0205 Mon Sep 17 00:00:00 2001 From: Yang Zhou Date: Thu, 29 Aug 2024 03:51:26 -0400 Subject: [PATCH] 0.3.0 release yaml config system --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c1529f44..c78aad78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peng_quad" -version = "0.2.1" +version = "0.3.0" edition = "2021" rust-version = "1.76" authors = ["Yang Zhou "] diff --git a/README.md b/README.md index 6b541151..c9bf83d5 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ rerun terminal 2 ``` cargo install peng_quad -peng_quad +peng_quad config/quad.yaml ``` 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 +cargo run --release config/quad.yaml ``` ## Overview