From 8129343d80c0c1d9491587e15f7a8a4b169e616c Mon Sep 17 00:00:00 2001 From: Max <63856008+Maxnflaxl@users.noreply.github.com> Date: Mon, 15 Apr 2024 17:06:03 +0200 Subject: [PATCH] readme: build typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05fa58f..ded89f6 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +Apache License v2.0.