diff --git a/qsgen2 b/qsgen2 index 555b206..496f00c 100755 --- a/qsgen2 +++ b/qsgen2 @@ -147,12 +147,12 @@ if [[ ${generator} == "native" ]]; then engine=_html export file_ext=tpl elif [[ ${generator} == "markdown" ]]; then - if [[ ! -f /usr/bin/markdown-it ]]; then - _msg other "Please install the 'discount' package to use Markdown." + if [[ ! -f /usr/bin/Markdown.pl ]]; then + _msg other "Please install the perl-Text-Markdown package." exit else # Usage: ${engine} ${1} - Where 1 is the file you want parsed - engine="/usr/bin/Markdown.pl" + engine=/usr/bin/Markdown.pl # function engine() { # # local command="/usr/bin/Markdown.pl"