We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20044bb commit 6353290Copy full SHA for 6353290
docs/tutorials/setup-hcloud-cli.md
@@ -45,9 +45,16 @@ On Linux and macOS you can also install the hcloud CLI using Homebrew:
45
brew install hcloud
46
```
47
48
-### 1.4 Installation using scoop
+### 1.4 Installation on Windows using WinGet or Scoop
49
50
-On Windows, you can install `hcloud` using scoop:
+> [!WARNING]
51
+> The WinGet and Scoop package entries are not maintained by Hetzner.
52
+
53
+On Windows, you can install `hcloud` using WinGet (Windows Package Manager) or Scoop:
54
55
+```bash
56
+winget install HetznerCloud.CLI
57
+```
58
59
```bash
60
scoop install hcloud
0 commit comments