chore(readme): add some features and move install method

This commit is contained in:
MeexReay 2025-07-06 06:25:28 +03:00 committed by GitHub
parent 4a9a774a79
commit 7a1a9d4636
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ better RAC client
- gtk4 modern GUI - gtk4 modern GUI
- RACv1.99.x and RACv2.0 compatible - RACv1.99.x and RACv2.0 compatible
- WRAC compatible ([docs](docs/wrac.md)) - WRAC compatible ([docs](docs/wrac.md))
- avatars drawing ([docs](docs/avatars.md))
- chat commands (type /help) - chat commands (type /help)
- no ip and date visible for anyone (almost) - no ip and date visible for anyone (almost)
- coloring usernames by their clients (CRAB, clRAC, Mefidroniy, etc.) - coloring usernames by their clients (CRAB, clRAC, Mefidroniy, etc.)
@ -24,9 +25,11 @@ better RAC client
## how to run ## 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` 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 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 ### build from source
1. Make sure [Rust](https://www.rust-lang.org/tools/install) is installed 1. Make sure [Rust](https://www.rust-lang.org/tools/install) is installed
@ -56,8 +49,7 @@ cd bRAC
3. Run with Cargo 3. Run with Cargo
```bash ```bash
cargo build -r # build release (target/release/bRAC) cargo build -r # build release (target/release/bRAC)
cargo run -r # build and run
``` ```
Read more about that on the [compiling docs](docs/compiling.md). Read more about that on the [compiling docs](docs/compiling.md).