Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

mdbook-bib requires mdbook to be installed.

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

  1. Download the binary for your OS (Linux, Windows, macOS)
  2. 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.