mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-05-06 13:38:04 +03:00
build instructions wow
This commit is contained in:
parent
9c642d5fd8
commit
4eec9921fd
@ -17,14 +17,15 @@ better RAC client
|
||||
### download binary
|
||||
|
||||
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
|
||||
|
||||
(you have to install [rust](https://rust-lang.org) at first)
|
||||
|
||||
```bash
|
||||
cargo build # build
|
||||
cargo run # run
|
||||
cargo build --release # build release (target/release/bRAC)
|
||||
cargo run # run (builds and runs bRAC itself)
|
||||
```
|
||||
|
||||
## commands
|
||||
|
Loading…
Reference in New Issue
Block a user