Readme
This commit is contained in:
parent
26dfcc1d86
commit
ea304ab591
1 changed files with 11 additions and 4 deletions
15
README.md
15
README.md
|
@ -1,6 +1,13 @@
|
||||||
# Title
|
# Ordle: A Wordle Solver
|
||||||
|
## Design
|
||||||
|
## Build Instructions
|
||||||
|
Common actions are defined in the provided Justfile and can be viewed with `just -l`
|
||||||
|
|
||||||
abc
|
For a release build:
|
||||||
|
```bash
|
||||||
|
make RELEASE=1
|
||||||
|
```
|
||||||
|
## User Instructions
|
||||||
|
## Limitations and Drawbacks
|
||||||
|
## Comments
|
||||||
|
|
||||||
- Yes
|
|
||||||
- No
|
|
||||||
|
|
Loading…
Reference in a new issue