Installation
Using cargo
The gq binary is available through cargo and can be installed with the following command:
cargo install gq-cliCompiling from source
You can also compile gq from source by cloning the repository and building it with cargo:
git clone https://github.com/jorgehermo9/gqcd gqcargo build --release./target/release/gq --helpFrom AUR package
If you are using an Arch-based distribution, you can download the gq package directly from the AUR:
yay -S gq