From 7616bd1029e15d87ec5aaf3bf8f04b7e30e6f838 Mon Sep 17 00:00:00 2001 From: Jorge Turrado Date: Mon, 23 Feb 2026 15:38:12 +0100 Subject: [PATCH] feat: Document scoop as installation option for Windows Signed-off-by: Jorge Turrado --- INSTALLATION.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 14976fe69..69756bf2d 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -188,7 +188,22 @@ Alternatively, you can install via [Homebrew](https://brew.sh/) or refer to one ### Windows -> We are currently working on distributing the CLI on a package manager for Windows. For the moment, please refer to one of the installation methods below. +#### Scoop + +The STACKIT CLI can be installed through the [Scoop](https://scoop.sh/) package manager. + +1. Install Scoop (if not already installed): + +```powershell +Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser +Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression +``` + +2. Install the CLI: + +```powershell +scoop install stackit +``` ## Manual installation