From 42c585e5cd4e6d76341cc876c6634fc549401c73 Mon Sep 17 00:00:00 2001 From: Chibani <85620152+ochibani@users.noreply.github.com> Date: Sun, 5 Jan 2025 07:24:47 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c51a6c..6a0d4d9 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Then use `Cargo` to build it: git clone https://github.com/xlmnxp/blue-recorder cd cargo build --release -cp -a data interfaces locales target/release +cp -a data gui/interfaces locales target/release ``` Then you will find the executable file at: `/target/release/blue-recorder`