Skip to content

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 15 Mar 13:05

aspm v2.0.1

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 v2.0.1

# Windows (PowerShell)
iex "& { $(irm https://raw.githubusercontent.com/arkylab/aspm/main/scripts/install.ps1) } -v v2.0.1"