Stacktape
Stacktape


Installing and Versioning

Installing Stacktape

Using an installation script

iwr https://installs.stacktape.com/windows.ps1 -useb | iex

After the installation is complete, you may need to manually add the Stacktape bin folder to your PATH environment variable. To do so, follow the instructions printed in the terminal.

Manual installation

To install Stacktape manually, download the appropriate binary from the GitHub releases page.

Extract the archive to ~/.stacktape/bin and add this directory to your PATH environment variable.

Installing a specific version

To install a specific version, set the STACKTAPE_VERSION environment variable before running the installation script.

$env:STACKTAPE_VERSION="2.0.0" && iwr https://installs.stacktape.com/windows.ps1 -useb | iex

Semantic versioning

Stacktape follows semantic versioning as closely as possible.

There may be minor breaking changes in minor versions from time to time, but these are always documented on the releases page.

Contents