update docs

This commit is contained in:
foosinn 2021-11-30 03:29:41 +01:00
parent 3c3d20b3d9
commit 57e487cc9b

View file

@ -4,5 +4,13 @@ This is a cli based solver for the letterquest game.
## Build
The `words.txt` file can be generated with make.
```sh
make
cargo build --release
```
## Example
```sh
./target/release/letterquest riovauasedenvnals
```