Skip to content

v1.2.0-preview

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Mar 16:48

aspm v1.2.0-preview

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-preview

# Windows (PowerShell)
irm https://raw.githubusercontent.com/arkylab/aspm/main/scripts/install.ps1 | iex -v v1.2.0-preview