aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index b2ec17f..b372d43 100644
--- a/README.md
+++ b/README.md
@@ -13,12 +13,14 @@
# How to run
```
git clone https://github.com/omagdy7/gof-rs
+cd gof-rs
cargo run --release
```
# TODOs
-- [x] Add a lot of unique patterns
-- [ ] Add current generation number
-- [ ] Add full screen mode without the left bar
+- [x] Add a lot of unique patterns.
+- [ ] Add all of the patterns to some sort of database.
+- [ ] Add current generation number.
+- [ ] Add full screen mode without the left bar.