/cling

Lightweight CLI client for ping instances.

Primary LanguageRust

Check Build

cling

Lightweight CLI client for ping instances. Also supports instances hosted elsewhere as long as they're not modified.

How to use

Option 1 (recommended)

  1. Install Rust
  2. Clone this repository
  3. Run cargo build --release
  4. Copy the config.json file to the same directory as the binary
  5. Run the binary at target/release/cling or target/release/cling.exe depending on your system

I strongly recommend to build it yourself as prebuilt binaries might not be compatible with your system.

Option 2

  1. Go to Releases
  2. Download the latest release for your system
  3. Copy the config.json file to the same directory as the binary
  4. Run the binary

This is the easier option, but specific binaries might not run on your system.