summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap5
1 files changed, 2 insertions, 3 deletions
diff --git a/bootstrap b/bootstrap
index 10bd617f8..a2d0c3b5d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -8,9 +8,8 @@ if ! git --version >/dev/null; then
exit 1
fi
-if ! htmlark --version >/dev/null; then
- echo "htmlark not installed"
- echo "Run 'pip install htmlark'"
+if ! pandoc --version >/dev/null; then
+ echo "pandoc not installed"
exit 1
fi