diff options
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ fi if ! htmlark --version >/dev/null; then echo "htmlark not installed" + echo "Run 'pip install htmlark'" exit 1 fi |