aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index 6661309..91caba1 100644
--- a/README.txt
+++ b/README.txt
@@ -129,8 +129,9 @@ it to work, you'll have to install your OS's image-magick package(s)
(or whatever it's actually called), or (I suppose) compile your own
ImageMagick from source (not recommended).
-Run dla2img.sh from a terminal (a shell). The script has built-in
-help, which can be viewed by running it with no arguments.
+Run dla2img.sh from a terminal (a shell). If it's not executable, make
+it so, with "chmod +x dla2img.sh". The script has built-in help, which
+can be viewed by running it with no arguments (as "./dla2img.sh").
Examples:
@@ -154,7 +155,6 @@ shell's $PATH), you can run it as e.g.:
MAGICK=/path/to/magick ./dla2img.sh [arguments]
-If you get "stat: command not found",
Note: dla2img.sh has been tested with various shells, including bash,
zsh, ksh93, pdksh, mksh, dash, and bosh (from Schily-tools)... and
the ancient V7 UNIX Bourne shell compiled for Linux from AT&T source