14 lines
174 B
Text
14 lines
174 B
Text
# Rusty LeekWars bot
|
|
|
|
[Install Rust](https://rustup.rs/).
|
|
|
|
Build:
|
|
|
|
```bash
|
|
cargo build --release
|
|
```
|
|
|
|
Run:
|
|
```bash
|
|
./target/release/leekwarsbot -u <username> -f 50 -d 60
|
|
```
|