Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jan 00:49

Install patchy 1.0.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/NikitaRevenco/patchy/releases/download/v1.0.0/patchy-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/NikitaRevenco/patchy/releases/download/v1.0.0/patchy-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install NikitaRevenco/tap/patchy

Install prebuilt binaries into your npm project

npm install @nikitarevenco/[email protected]

Download patchy 1.0.0

File Platform Checksum
patchy-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
patchy-x86_64-apple-darwin.tar.xz Intel macOS checksum
patchy-x86_64-pc-windows-msvc.zip x64 Windows checksum
patchy-x86_64-pc-windows-msvc.msi x64 Windows checksum
patchy-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
patchy-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
patchy-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum