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
|
### 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
|
||||||
|
Loading…
Reference in New Issue
Block a user