blob: e4cd8f9ed4d18e0c8332b9076fcb2bdb93561ba9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# LibreCalx
## How to build
### Debugging
```sh
$ cargo build
```
### Release
```sh
$ cargo build --release
```
## Run directly
```sh
$ cargo run [--release]
```
|