aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4beeec2..b98699c 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@ Command line to observe how [Conway's game of life](https://www.wikiwand.com/en/
`> pip install pygame`
Patterns database can be downloaded [here](www.conwaylife.com/patterns/all.zip), put all files in the [patterns](patterns/) directory.
+Or you can run the `install_patterns.sh` script.
## Usage