mdbook plugin for the asdf version manager.
bash
,curl
: generic POSIX utilities.
Plugin:
asdf plugin add mdbook
# or
asdf plugin add mdbook https://github.com/cipherstash/asdf-mdbook.git
mdbook:
# Show all installable versions
asdf list-all mdbook
# Install specific version
asdf install mdbook latest
# Set a version globally (on your ~/.tool-versions file)
asdf global mdbook latest
# Now mdbook is available
mdbook build|serve|help|etc
Check asdf readme for more instructions on how to install & manage versions.
See LICENSE © 2021 CipherStash Inc.