mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-05-06 13:38:04 +03:00
readme update
This commit is contained in:
parent
5dd7dc0fdc
commit
8dba6f2fd9
14
README.md
14
README.md
@ -40,11 +40,8 @@ cd bRAC
|
|||||||
|
|
||||||
3. Run with Cargo
|
3. Run with Cargo
|
||||||
```bash
|
```bash
|
||||||
cargo run -r # run GUI version
|
cargo build -r # build release (target/release/bRAC)
|
||||||
cargo run -r --no-default-features -F tui # run TUI version
|
cargo run -r # build and run
|
||||||
cargo run -r --no-default-features # run minimal version
|
|
||||||
|
|
||||||
# change "cargo run" to "cargo build" to just build (target/release/bRAC)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### nix package
|
### nix package
|
||||||
@ -52,11 +49,8 @@ cargo run -r --no-default-features # run minimal version
|
|||||||
If you have Nix package manager installed, you can use:
|
If you have Nix package manager installed, you can use:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:MeexReay/bRAC # run GUI version
|
nix build github:MeexReay/bRAC # build release (result/bin/bRAC))
|
||||||
nix run github:MeexReay/bRAC#bRAC-tui # run TUI version
|
nix run github:MeexReay/bRAC # build and run
|
||||||
nix run github:MeexReay/bRAC#bRAC-minimal # run minimal version
|
|
||||||
|
|
||||||
# change "nix run" to "nix build" to just build (result/bin/bRAC)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## chat commands
|
## chat commands
|
||||||
|
Loading…
Reference in New Issue
Block a user