Installation
Homebrew (macOS and Linux)
Install homebrew, and run:
brew install insilica/srvc/srvc
Nix (macOS and Linux)
Install Nix, and run:
nix --extra-experimental-features "nix-command" profile install nixpkgs#srvc
Binary (macOS, Linux, 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 (Cargo)
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.
From source (Nix)
nix --extra-experimental-features "nix-command flakes" profile install github:insilica/rs-srvc