Fix README, meh

This commit is contained in:
Pascal Engélibert 2024-10-22 20:43:25 +02:00
commit 685b47daff

View file

@ -1,14 +0,0 @@
# Rusty LeekWars bot
[Install Rust](https://rustup.rs/).
Build:
```bash
cargo build --release
```
Run:
```bash
./target/release/leekwarsbot -u <username> -f 50 -d 60
```