Installation

Install Using Homebrew (macOS and Linux)

Install homebrew, and run:

brew install insilica/srvc/srvc

Install Using Nix (macOS and Linux)

Install Nix, and run:

nix profile install github:insilica/rs-srvc

Binary (macOS, Linux, and Windows)

Download the binary for your platform from the releases page. Extract it, make sure it is executable, and place it on your PATH.

From source

Install the Rust language tools, and run:

cargo install --git https://github.com/insilica/rs-srvc.git

Make sure that the directory that cargo installs to is on your PATH.