aboutsummaryrefslogtreecommitdiff
path: root/mapGen/README.md
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2020-05-17 21:08:24 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2020-05-17 21:08:29 +0200
commitafd1a57fce6ffdc24b5a155be379ebdefd2c9f0c (patch)
tree6b84dba6cecf90d6bcfd40895676ae24b8046312 /mapGen/README.md
parentdffcc04d93ea8aa1331f8bb3dbb97875f84e0926 (diff)
downloadscripts-afd1a57fce6ffdc24b5a155be379ebdefd2c9f0c.tar.gz
scripts-afd1a57fce6ffdc24b5a155be379ebdefd2c9f0c.zip
Updated mapGen README.
Diffstat (limited to 'mapGen/README.md')
-rw-r--r--mapGen/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/mapGen/README.md b/mapGen/README.md
index 66e3363..34f3412 100644
--- a/mapGen/README.md
+++ b/mapGen/README.md
@@ -1,6 +1,6 @@
# mapGen.sh
-A shellscript to make grid maps from text files
+A shellscript to make grid maps from text files.
![Simple map example](examples/simpleBig.jpg)
@@ -14,7 +14,7 @@ xxxxx
## Dependencies
-- A POSIX-compliant shell (`bash`, `dash`, `sh`)
+- A POSIX-compliant shell (`bash`, `dash`, `sh`, `zsh`)
- ImageMagick
- Tools expected in a Unix environment: `grep`, `sed`, `awk`