mirror of
https://github.com/gibbok/typescript-book
synced 2024-11-16 19:47:27 +01:00
Update warning message in tooling (#53)
This commit is contained in:
parent
eba683b984
commit
fb2030efe4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue