Install parsync
masterYou can install parsync using several methods depending on your operating system:
Linux and macOS
Use the install script via curl:
curl -fsSL https://alpindale.net/install.sh | bashWindows
Use PowerShell:
powershell -ExecutionPolicy Bypass -c "irm https://alpindale.net/install.ps1 | iex"Rust/Cargo
If you have Rust installed, use cargo:
cargo install parsyncFrom Source
Clone the repository and use make:
make build
make installcurl -fsSL https://alpindale.net/install.sh | bash