Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Mar 15:50

aspm v1.2.0

Installation

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/arkylab/aspm/main/scripts/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/arkylab/aspm/main/scripts/install.ps1 | iex

Install specific version:

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/arkylab/aspm/main/scripts/install.sh | sh -s -- -v v1.2.0

# Windows (PowerShell)
iex "& {  } -v v1.2.0"