Update README.md

This commit is contained in:
MeexReay 2025-02-09 22:39:42 +03:00 committed by GitHub
parent 4eec9921fd
commit 354552bd1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,8 @@ go to [releases](https://github.com/MeexReay/bRAC/releases/latest) and download
(you have to install [rust](https://rust-lang.org) at first)
```bash
git clone https://github.com/MeexReay/bRAC.git
cd bRAC
cargo build --release # build release (target/release/bRAC)
cargo run # run (builds and runs bRAC itself)
```