diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-01-24 09:42:11 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-01-24 09:42:11 +0100 |
| commit | 225ebb92339f3ccbb8c6c10106b0c08cdaae7e2a (patch) | |
| tree | ffc9b297e9719b103ebebab4735d5f47bb804bb6 | |
| parent | d5fafa8692d17191c7359648b91aa5158a4e3c06 (diff) | |
| -rw-r--r-- | README.md | 18 |
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] +``` |