diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2020-05-17 21:08:24 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2020-05-17 21:08:29 +0200 |
commit | afd1a57fce6ffdc24b5a155be379ebdefd2c9f0c (patch) | |
tree | 6b84dba6cecf90d6bcfd40895676ae24b8046312 | |
parent | dffcc04d93ea8aa1331f8bb3dbb97875f84e0926 (diff) | |
download | scripts-afd1a57fce6ffdc24b5a155be379ebdefd2c9f0c.tar.gz scripts-afd1a57fce6ffdc24b5a155be379ebdefd2c9f0c.zip |
Updated mapGen README.
-rw-r--r-- | mapGen/README.md | 4 |
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` |