Installation
mdbook-bib requires mdbook to be installed.
Install with Cargo (Recommended)
Once mdbook is installed, if you are a Rustacean and you have Rust/Cargo installed, you can get mdbook-bib from Crates simply with:
cargo install mdbook-bib
Install from Binaries
- Download the binary for your OS (Linux, Windows, macOS)
- Add the executable’s directory to your
PATH
Install from Source
git clone git@github.com:francisco-perez-sorrosal/mdbook-bib.git
cd mdbook-bib
cargo install --path .
Ensure Cargo’s bin/ directory is in your PATH. Then see Configuration to start using the plugin.