Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading