aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-01-24 09:42:11 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2024-01-24 09:42:11 +0100
commit225ebb92339f3ccbb8c6c10106b0c08cdaae7e2a (patch)
treeffc9b297e9719b103ebebab4735d5f47bb804bb6
parentd5fafa8692d17191c7359648b91aa5158a4e3c06 (diff)
add small readmeHEADmaster
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
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]
+```