Installation
Get Pre-built Executable from Cargo (Recommended)
If you have installed the Rust toolchain already, you can get our pre-built executable from cargo.
Build from Source
You can also build the executable yourself with the following guidelines.
Pre-requisites
Step-by-step Guide
Clone the Clique CLI from GitHub
Build the Binary with Cargo
Install the Built Executable to System
Make sure ~/.local/bin
is includes in $PATH
environment variable.
Last updated