Installation
Download the appropriate binary for your Mac:
| Platform | File |
|---|---|
| Apple Silicon | procguard-macos-arm64.tar.gz |
| Intel | procguard-macos-x86_64.tar.gz |
| Universal | procguard-macos-universal.tar.gz |
# Example: Install universal binary
tar -xzf procguard-macos-universal.tar.gz
sudo mv procguard timeout /usr/local/bin/Both procguard and timeout commands are included.
Verify with procguard --version.
What's Changed
- feat: add library API for embedding timeout functionality by @denispol in #33
- Chore/rename program by @denispol in #34
Full Changelog: v1.4.0...v1.5.0