Update warning message in tooling (#53)

This commit is contained in:
Simone Poggiali 2023-07-23 11:01:00 +02:00 committed by GitHub
parent eba683b984
commit fb2030efe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,8 @@ cd ../
if command -v pandoc &>/dev/null; then
echo "pandoc is installed"
else
echo "installing pandoc"
sudo apt-get install pandoc
echo "You need to install pandoc. Please visit: https://pandoc.org/installing.html"
exit 1
fi
pandoc -o $DIR_DOWNLOADS/typescript-book.epub --metadata title="The Concise TypeScript Book" --metadata author="Simone Poggiali" -s README.md