Merge branch 'master' of github.com:ardocrat/grim

This commit is contained in:
ardocrat 2024-04-16 15:24:38 +03:00
commit 648a18b5b2

View file

@ -17,7 +17,7 @@ Follow instructions on [Windows](https://forge.rust-lang.org/infra/other-install
To build and run application go to project directory and run:
```
cargo build release
cargo build --release
./target/release/grim
```