diff options
author | B. Watson <urchlay@slackware.uk> | 2022-11-11 21:37:59 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-11-11 21:37:59 -0500 |
commit | ac68e0e071c194ce127afaa711298dd0bc0d5f92 (patch) | |
tree | ef11af6ae1c37abd10c9853bfc62e354fd90af4a | |
parent | e910f64d9bcbff11bdf5e7a3bb7f71f99770b1b2 (diff) | |
download | dla-asm-ac68e0e071c194ce127afaa711298dd0bc0d5f92.tar.gz |
Tweak README.
-rw-r--r-- | README.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |