Installation

Docker (all platforms)

A pre-built Docker image is available for all systems from Docker Hub.

$ docker run --rm scalesocket/scalesocket:latest scalesocket --help

Cargo (all platforms)

If you have installed the Rust toolchain, you can also install using cargo (requires nightly):

cargo install --force scalesocket

Binary release (linux)

Binary releases are available for linux via GitHub or using the command line:

$ VERSION=v0.2.1 curl -SL "https://github.com/scalesocket/scalesocket/releases/download/${VERSION}/scalesocket_${VERSION}_x86_64-unknown-linux-musl.tar.gz" | tar -xzC /usr/bin

Was this page helpful?