Skip to content

v3.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Apr 04:29

aspm v3.1.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 v3.1.0

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