Skip to content

Installation

From source

To install from source, you'll need Git and a Rust toolchain installed on your system.

cargo install --git https://gitlab.com/jrhawley/quill

If you have Nix installed on your system, you can take advantage of the tools automatically installed in the development shell, using nix-shell, by cloning the repository. The development shell can be loaded automatically if you also have direnv installed.

git clone https://gitlab.com/jrhawley/quill
cd quill

# If direnv is installed
direnv allow
# Or if only Nix is installed
nix-shell

# Compile and install from source, as above
cargo install --path .