Skip to content

Commit 7616bd1

Browse files
committed
feat: Document scoop as installation option for Windows
Signed-off-by: Jorge Turrado <jorge.turrado@mail.schwarz>
1 parent 9d3e23f commit 7616bd1

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

INSTALLATION.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,22 @@ Alternatively, you can install via [Homebrew](https://brew.sh/) or refer to one
188188
189189
### Windows
190190

191-
> 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.
191+
#### Scoop
192+
193+
The STACKIT CLI can be installed through the [Scoop](https://scoop.sh/) package manager.
194+
195+
1. Install Scoop (if not already installed):
196+
197+
```powershell
198+
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
199+
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
200+
```
201+
202+
2. Install the CLI:
203+
204+
```powershell
205+
scoop install stackit
206+
```
192207

193208
## Manual installation
194209

0 commit comments

Comments
 (0)