Skip to content

Commit 2ce9e27

Browse files
committed
docs(install): add mise alternative installation method
1 parent 4c0c0b1 commit 2ce9e27

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

docs/tutorials/setup-hcloud-cli.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,25 @@ On Linux and macOS you can also install the hcloud CLI using Homebrew:
4545
brew install hcloud
4646
```
4747

48-
### 1.4 Installation using scoop
48+
### 1.4 Installation using mise-en-place
49+
50+
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:
51+
52+
```bash
53+
mise use -g hcloud@latest
54+
```
55+
56+
*Note: This repository is using `mise` as explained in [CONTRIBUTING](../../CONTRIBUTING.md)*
57+
58+
### 1.5 Installation using scoop
4959

5060
On Windows, you can install `hcloud` using scoop:
5161

5262
```bash
5363
scoop install hcloud
5464
```
5565

56-
### 1.5 Using hcloud with Docker
66+
### 1.6 Using hcloud with Docker
5767

5868
Instead of installing hcloud on the host, you can also use our docker image at `hetznercloud/cli`.
5969

0 commit comments

Comments
 (0)