Skip to content

Commit

Permalink
add cmdrun
Browse files Browse the repository at this point in the history
  • Loading branch information
serinko committed Dec 4, 2023
1 parent e3c2690 commit 6eb0576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/install_mdbook_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 6eb0576

Please sign in to comment.