This commit is contained in:
Mylloon 2022-08-17 15:36:05 +02:00
parent 3c7879efa8
commit 6f6cb04e2e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -10,7 +10,7 @@ $ git clone https://git.kennel.ml/Anri/cal8tor.git && cd cal8tor
``` ```
2. Build the app and get in the output folder 2. Build the app and get in the output folder
```bash ```bash
$ cargo build --release && cd target/release/ $ cargo build --release && cd target/release/
``` ```
3. Run the app, here the help page will be displayed 3. Run the app, here the help page will be displayed
``` ```