Compare commits

...

2 Commits

Author SHA1 Message Date
Chibani
596b039164
Update README.md 2025-01-30 06:09:42 +02:00
Chibani
c010426041
Update README.md 2025-01-30 05:59:29 +02:00

View File

@ -34,12 +34,12 @@ 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
```
Then you will find the executable file at:
`<Project Directory>/target/release/blue-recorder`
`blue-recorder/target/release/blue-recorder`
## License
```