From 2ce9e279d02156ab7a2ab6ad8a5aa3fb28c6c8d2 Mon Sep 17 00:00:00 2001 From: jylenhof Date: Tue, 23 Dec 2025 14:56:28 +0100 Subject: [PATCH 1/3] docs(install): add mise alternative installation method --- docs/tutorials/setup-hcloud-cli.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/setup-hcloud-cli.md b/docs/tutorials/setup-hcloud-cli.md index d4bdf285..d58166ab 100644 --- a/docs/tutorials/setup-hcloud-cli.md +++ b/docs/tutorials/setup-hcloud-cli.md @@ -45,7 +45,17 @@ On Linux and macOS you can also install the hcloud CLI using Homebrew: brew install hcloud ``` -### 1.4 Installation using scoop +### 1.4 Installation using mise-en-place + +On Linux, macOS and Windows, if you are using [mise-en-place](https://github.com/jdx/mise), the polyglot tool version manager you can use a command like this to install `hcloud` cli: + +```bash +mise use -g hcloud@latest +``` + +*Note: This repository is using `mise` as explained in [CONTRIBUTING](../../CONTRIBUTING.md)* + +### 1.5 Installation using scoop On Windows, you can install `hcloud` using scoop: @@ -53,7 +63,7 @@ On Windows, you can install `hcloud` using scoop: scoop install hcloud ``` -### 1.5 Using hcloud with Docker +### 1.6 Using hcloud with Docker Instead of installing hcloud on the host, you can also use our docker image at `hetznercloud/cli`. From ea7560e24f73f052ba969f3bf8ab7dc63e29a061 Mon Sep 17 00:00:00 2001 From: Jean-Yves LENHOF <36410287+jylenhof@users.noreply.github.com> Date: Fri, 2 Jan 2026 19:08:25 +0100 Subject: [PATCH 2/3] Update docs/tutorials/setup-hcloud-cli.md Co-authored-by: phm07 <22707808+phm07@users.noreply.github.com> --- docs/tutorials/setup-hcloud-cli.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/setup-hcloud-cli.md b/docs/tutorials/setup-hcloud-cli.md index d58166ab..3268c90d 100644 --- a/docs/tutorials/setup-hcloud-cli.md +++ b/docs/tutorials/setup-hcloud-cli.md @@ -53,7 +53,8 @@ On Linux, macOS and Windows, if you are using [mise-en-place](https://github.com mise use -g hcloud@latest ``` -*Note: This repository is using `mise` as explained in [CONTRIBUTING](../../CONTRIBUTING.md)* +> [!NOTE] +> This repository is using `mise` as explained in [CONTRIBUTING](../../CONTRIBUTING.md) ### 1.5 Installation using scoop From b2df8e8345860e4156866d92c6d0780444370962 Mon Sep 17 00:00:00 2001 From: Jean-Yves LENHOF <36410287+jylenhof@users.noreply.github.com> Date: Fri, 2 Jan 2026 19:08:51 +0100 Subject: [PATCH 3/3] Update docs/tutorials/setup-hcloud-cli.md Co-authored-by: phm07 <22707808+phm07@users.noreply.github.com> --- docs/tutorials/setup-hcloud-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/setup-hcloud-cli.md b/docs/tutorials/setup-hcloud-cli.md index 3268c90d..a209cec7 100644 --- a/docs/tutorials/setup-hcloud-cli.md +++ b/docs/tutorials/setup-hcloud-cli.md @@ -47,7 +47,7 @@ brew install hcloud ### 1.4 Installation using mise-en-place -On Linux, macOS and Windows, if you are using [mise-en-place](https://github.com/jdx/mise), the polyglot tool version manager you can use a command like this to install `hcloud` cli: +On Linux, macOS and Windows, if you are using [mise-en-place](https://github.com/jdx/mise), you can use this command to install `hcloud` globally: ```bash mise use -g hcloud@latest