Skip to content

Installation

# Enter development shell
nix develop

# Build the project
nix build

# Run the binary
./result/bin/pmsm --help

Using Cargo

cargo build --release
./target/release/pmsm --help

From source (clone)

git clone https://github.com/PrestonHager/PMSM.git
cd PMSM
cargo build --release

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.yaml and run validate / generate / build.