diff --git a/docs/tutorials/setup-hcloud-cli.md b/docs/tutorials/setup-hcloud-cli.md index da764caa..c28bc582 100644 --- a/docs/tutorials/setup-hcloud-cli.md +++ b/docs/tutorials/setup-hcloud-cli.md @@ -45,14 +45,22 @@ On Linux and macOS you can also install the hcloud CLI using Homebrew: brew install hcloud ``` -### 1.4 Installation using scoop +### 1.4 Installation in Windows using winget or scoop -On Windows, you can install `hcloud` using scoop: +On Windows, you can install `hcloud` using winget (Windows Package Manager) or scoop: + +```bash +winget install HetznerCloud.CLI +``` ```bash scoop install hcloud ``` +> [!NOTE] +> The WinGet package entry is not maintained by Hetzner but points to the official releases in GitHub +> See: https://github.com/microsoft/winget-pkgs/tree/master/manifests/h/HetznerCloud/CLI + ### 1.5 Using hcloud with Docker Instead of installing hcloud on the host, you can also use our docker image at `hetznercloud/cli`.