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

Install via Cargo

The easiest way to install kakei if you already have Rust installed:

From the repository root:

cargo install --path .

This installs kakei to your cargo bin directory (usually ~/.cargo/bin).

Make sure ~/.cargo/bin is in your PATH:

export PATH="$HOME/.cargo/bin:$PATH"