Merge branch 'master' of github.com:ardocrat/grim
This commit is contained in:
commit
648a18b5b2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
@ -32,4 +32,4 @@ In the root of the repo run `./build_run_android.sh release arch`, where is `arc
|
|||
|
||||
## License
|
||||
|
||||
Apache License v2.0.
|
||||
Apache License v2.0.
|
||||
|
|
Loading…
Reference in a new issue