Update README.md

This commit is contained in:
MeexReay 2025-02-09 01:14:18 +03:00 committed by GitHub
parent 9bc1cdcba7
commit 6002c59e0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,2 +1,9 @@
# bRAC # bRAC
better RAC client better RAC client
## how to build
```bash
cargo build --release # build release
cargo run # run
```