Update README.md

This commit is contained in:
Chibani 2025-01-30 05:59:29 +02:00 committed by GitHub
parent b7e66a01e7
commit c010426041
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ sudo apt install build-essential clang cargo x11-utils ffmpeg libadwaita-1-dev l
Then use `Cargo` to build it:
```
git clone https://github.com/xlmnxp/blue-recorder
cd <Project Directory>
cd blue-recorder/
cargo build --release
cp -a data gui/interfaces locales target/release
```