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=.