Installation¶
Using Nix (recommended)¶
# Enter development shell
nix develop
# Build the project
nix build
# Run the binary
./result/bin/pmsm --help
Using Cargo¶
From source (clone)¶
The release binary is at target/release/pmsm. Add that directory to your PATH if you want to run pmsm from anywhere.
Next steps¶
- Quick start — create
pmsm.yamland run validate / generate / build.