mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-09-13 15:37:40 +03:00
chore(readme): add some features and move install method
This commit is contained in:
parent
4a9a774a79
commit
7a1a9d4636
20
README.md
20
README.md
@ -12,6 +12,7 @@ better RAC client
|
||||
- gtk4 modern GUI
|
||||
- RACv1.99.x and RACv2.0 compatible
|
||||
- WRAC compatible ([docs](docs/wrac.md))
|
||||
- avatars drawing ([docs](docs/avatars.md))
|
||||
- chat commands (type /help)
|
||||
- no ip and date visible for anyone (almost)
|
||||
- coloring usernames by their clients (CRAB, clRAC, Mefidroniy, etc.)
|
||||
@ -24,9 +25,11 @@ better RAC client
|
||||
|
||||
## how to run
|
||||
|
||||
### install (recommended)
|
||||
### download binary
|
||||
|
||||
**for linux:**
|
||||
go to [releases](https://github.com/MeexReay/bRAC/releases/latest) and download file you need. its simple.
|
||||
|
||||
### install (for linux)
|
||||
|
||||
1. Install requirements: `gtk4-dev gtk4 make rust git openssl-dev openssl`
|
||||
|
||||
@ -34,16 +37,6 @@ better RAC client
|
||||
|
||||
3. Now you are able to start bRAC with desktop icon
|
||||
|
||||
**for windows:**
|
||||
|
||||
NO SOLUTION
|
||||
|
||||
Read [compiling docs](docs/compiling.md) to build it manually.
|
||||
|
||||
### download binary
|
||||
|
||||
go to [releases](https://github.com/MeexReay/bRAC/releases/latest) and download file you need. its simple.
|
||||
|
||||
### build from source
|
||||
|
||||
1. Make sure [Rust](https://www.rust-lang.org/tools/install) is installed
|
||||
@ -56,8 +49,7 @@ cd bRAC
|
||||
|
||||
3. Run with Cargo
|
||||
```bash
|
||||
cargo build -r # build release (target/release/bRAC)
|
||||
cargo run -r # build and run
|
||||
cargo build -r # build release (target/release/bRAC)
|
||||
```
|
||||
|
||||
Read more about that on the [compiling docs](docs/compiling.md).
|
||||
|
Loading…
x
Reference in New Issue
Block a user