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
11 changes: 9 additions & 2 deletions docs/tutorials/setup-hcloud-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,16 @@ On Linux and macOS you can also install the hcloud CLI using Homebrew:
brew install hcloud
```

### 1.4 Installation using scoop
### 1.4 Installation on Windows using WinGet or Scoop

On Windows, you can install `hcloud` using scoop:
> [!WARNING]
> The WinGet and Scoop package entries are not maintained by Hetzner.

On Windows, you can install `hcloud` using WinGet (Windows Package Manager) or Scoop:

```bash
winget install HetznerCloud.CLI
```

```bash
scoop install hcloud
Expand Down