Installation
Download the Binary
Go to the releases, download the package for your OS, and copy the binary to somewhere on your PATH.
Nix
If you have the Nix package manager installed with Flake support, just run:
# to use the latest binary release
nix run nixpkgs/master#process-compose -- --help
# or to compile from the latest source
nix run github:F1bonacc1/process-compose -- --help
To use process-compose declaratively configured in your project flake.nix
, checkout process-compose-flake.