build instructions wow

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

View File

@ -17,14 +17,15 @@ better RAC client
### download binary ### download binary
go to [releases](https://github.com/MeexReay/bRAC/releases/latest) and download file you need. its simple. go to [releases](https://github.com/MeexReay/bRAC/releases/latest) and download file you need. its simple.
(there are no releases now, wait for one or [build from source](https://github.com/MeexReay/bRAC#download-binary))
### build from source ### build from source
(you have to install [rust](https://rust-lang.org) at first) (you have to install [rust](https://rust-lang.org) at first)
```bash ```bash
cargo build # build cargo build --release # build release (target/release/bRAC)
cargo run # run cargo run # run (builds and runs bRAC itself)
``` ```
## commands ## commands