Installation
Get Pre-built Executable from Cargo (Recommended)
$ cargo install clique-cliBuild from Source
Pre-requisites
Step-by-step Guide
$ git clone https://github.com/CliqueOfficial/clique-protocol-sdk.git$ cd cli
$ cargo build --release --bin clique# Install the binary locally (recommended)
$ cp target/release/clique ~/.local/bin/
# Or if you want to install it globally
$ sudo cp target/release/clique /usr/bin/Last updated