Installation

Building from Source

You need two things to build the project from source: Cargo and a C compiler/linker like gcc or clang.

# Clone the source repository
git clone https://github.com/jzbor/lash.git
# Build release build with cargo
cargo build --release
# You can now find the binary in ./target/release
ls ./target/release

Running as Nix Flake

If you have Nix installed and Flakes enabled, installing lash should be as easy as:

nix profile install github:jzbor/lash

If you are using NixOS or home-manager you probably know how to install it best yourself.

You can also run the program without permanently installing it like so:

nix profile install github:jzbor/lash