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

Getting the App

Instalation

Downloading the binary

Bion can be installed by downloading a release binary from the release.

Building from source

Alternatively you can build the package from source by downloading the git repository and building it

git clone https://github.com/Tiggax/bion.git
cd bion
cargo build --release

There is also a Nix flake present for better dependency managment.