From 225ebb92339f3ccbb8c6c10106b0c08cdaae7e2a Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 24 Jan 2024 09:42:11 +0100 Subject: add small readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e4cd8f9 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# LibreCalx + +## How to build + +### Debugging +```sh +$ cargo build +``` +### Release +```sh +$ cargo build --release +``` + + +## Run directly +```sh +$ cargo run [--release] +``` -- cgit v1.2.3-70-g09d2