add cmdrun

This commit is contained in:
serinko
2023-12-04 10:39:16 +01:00
parent e3c269068f
commit 6eb0576c9e
+1 -1
View File
@@ -9,7 +9,7 @@ set -o pipefail
# pinning minor version to this: allows for updates but no breaking changes
MINOR_VERSION=0.4
# if a new plugin is added to the books it needs to be added here also
declare -a plugins=("admonish" "linkcheck" "last-changed" "theme" "variables")
declare -a plugins=("admonish" "linkcheck" "last-changed" "theme" "variables" "cmdrun")
# install mdbook + plugins
install_mdbook_deps() {