update docs
This commit is contained in:
parent
3c3d20b3d9
commit
57e487cc9b
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -4,5 +4,13 @@ This is a cli based solver for the letterquest game.
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
The `words.txt` file can be generated with make.
|
```sh
|
||||||
|
make
|
||||||
|
cargo build --release
|
||||||
|
```
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
```sh
|
||||||
|
./target/release/letterquest riovauasedenvnals
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue