From b9cb67b49dfb6ab46fe78866cad80fa9c0c4f660 Mon Sep 17 00:00:00 2001 From: Hilmar Bunjes Date: Wed, 26 Nov 2025 11:12:07 +0100 Subject: [PATCH 1/2] Revise Windows installation instructions for hcloud Updated installation instructions for hcloud on Windows to include winget. --- docs/tutorials/setup-hcloud-cli.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/setup-hcloud-cli.md b/docs/tutorials/setup-hcloud-cli.md index da764caa..0c25337a 100644 --- a/docs/tutorials/setup-hcloud-cli.md +++ b/docs/tutorials/setup-hcloud-cli.md @@ -45,9 +45,14 @@ 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 hcloud +``` ```bash scoop install hcloud From 51982d462ef9d144655c0c16712740351973449b Mon Sep 17 00:00:00 2001 From: Hilmar Bunjes Date: Thu, 27 Nov 2025 12:48:51 +0100 Subject: [PATCH 2/2] Add note about maintenance of winget package Updated the Windows installation instructions for hcloud to use the full package name and added a note about package maintenance. --- docs/tutorials/setup-hcloud-cli.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/setup-hcloud-cli.md b/docs/tutorials/setup-hcloud-cli.md index 0c25337a..c28bc582 100644 --- a/docs/tutorials/setup-hcloud-cli.md +++ b/docs/tutorials/setup-hcloud-cli.md @@ -49,15 +49,18 @@ brew install hcloud On Windows, you can install `hcloud` using winget (Windows Package Manager) or scoop: - ```bash -winget install hcloud +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`.