Skip to main content

Installation

Installation

MacOS (Homebrew)

You can install SLV in mac using homebrew, the package manager for MacOS.

brew install amagioss/slv/slv

Linux

You can use the official installation script to install SLV on linux. (This will work on MacOS too.)

curl -fsSL https://slv.sh/scripts/install.sh | sh

Windows

You can use the powershell script to install SLV on windows

irm https://slv.sh/scripts/install.ps1 | iex

Install a specific version

You can use the same install script to install specific versions of SLV

MacOS/Linux

curl -fsSL https://slv.sh/scripts/install.sh | sh -s v0.1.7

Windows (Powershell)

$v="0.1.7"; irm https://slv.sh/scripts/install.ps1 | iex

Verify Installation

Once installed, you can verify if SLV was installed correctlt by entering

slv --version

You should see the SLV version and build information in the console.