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

Build

To build and install from source, you’ll need to install Rust and Cargo. Follow the instructions on the Rust installation page. Then, get the source:

git clone https://github.com/langston-barrett/lun
cd lun

Finally, build everything:

cargo build --locked --release

This will put the binaries in target/release.

You can install the binary to ~/.cargo/bin with:

cargo install --locked --path=.