asdf-mdbook [](https://github.com/cipherstash/asdf-mdbook/actions/workflows/test.yml)
November 15, 2021 · View on GitHub
asdf-mdbook 
mdbook plugin for the asdf version manager.
Contents
Dependencies
bash,curl: generic POSIX utilities.
Install
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.
License
See LICENSE © 2021 CipherStash Inc.