diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -7,6 +7,11 @@ This is a tool to create an HTML file containing all music in the current direct Requirements ------------ -* [Bash](http://www.gnu.org/software/bash/) (Bourne Again Shell) +The core: + * [ExifTool](http://www.sno.phy.queensu.ca/~phil/exiftool/) -- most likely available for your system as **Image::ExifTool**, provided via something like *libimage-exiftool-perl* + +The auxiliaries: + +* [Bash](http://www.gnu.org/software/bash/) (Bourne Again Shell) * [GNU coreutils](http://www.gnu.org/software/coreutils/), [sed](http://www.gnu.org/software/sed/) and [(g)awk](http://www.gnu.org/software/gawk/) -- most likely already installed on your system |