Lightweight CLI client for ping instances. Also supports instances hosted elsewhere as long as they're not modified.
- Install Rust
- Clone this repository
- Run
cargo build --release
- Copy the
config.json
file to the same directory as the binary - Run the binary at
target/release/cling
ortarget/release/cling.exe
depending on your system
I strongly recommend to build it yourself as prebuilt binaries might not be compatible with your system.
- Go to Releases
- Download the latest release for your system
- Copy the
config.json
file to the same directory as the binary - Run the binary
This is the easier option, but specific binaries might not run on your system.