commit 0e96ed5648890e220949f9bfff1fdeee596c0237 Author: minerva-jupiter <ryouturn@gmail.com> Date: Sat, 13 Jun 2026 15:44:26 +0900 first commit Diffstat:
| A | README.md | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,9 @@ +# Aerothesis + +## Building + +After installing [Rust](https://rustup.rs/), you can compile Aerothesis as follows: + +```shell +cargo xtask bundle aerothesis --release +```