Skip to content

Installation

Using cargo

The gq binary is available through cargo and can be installed with the following command:

Terminal window
cargo install gq-cli

Compiling from source

You can also compile gq from source by cloning the repository and building it with cargo:

Terminal window
git clone https://github.com/jorgehermo9/gq
cd gq
cargo build --release
./target/release/gq --help

From AUR package

If you are using an Arch-based distribution, you can download the gq package directly from the AUR:

Terminal window
yay -S gq