diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-11-13 11:15:30 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-11-13 11:15:30 +0100 |
commit | 5efea4db73deab75a98c2a69711b78f8fd01dc18 (patch) | |
tree | 6f39484aa7bacba05e9d50a1182f09364f8fa514 /bootstrap | |
parent | 42b79931412e12358aa4bad6444fce1e74ca5d82 (diff) |
need htmlark, provide instruction
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 |