From a91dbdf00f871a21c23cec37acc301542f0daf9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Wed, 22 Jun 2022 08:55:06 +0200 Subject: [PATCH 1/3] Remove Third-party packages Table We should not recommend using third-party packages, as they might be fully outdated. We only "advertise" the official ways as of now. --- README.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/README.md b/README.md index 7be92d35..1dfdb1ad 100644 --- a/README.md +++ b/README.md @@ -11,32 +11,14 @@ You can download pre-built binaries for Linux, FreeBSD, macOS, and Windows on the [releases page](https://github.com/hetznercloud/cli/releases). -On macOS, you can install `hcloud` via [Homebrew](https://brew.sh/): +On macOS and Linux, you can install `hcloud` via [Homebrew](https://brew.sh/): brew install hcloud - On Windows, you can install `hcloud` via [Scoop](https://scoop.sh/) scoop install hcloud -### Third-party packages - -There are unofficial packages maintained by third-party users. Please note -that these packages aren’t supported nor maintained by Hetzner Cloud and -may not always be up-to-date. Downloading the binary or building from source -is still the recommended install method. - -| Operating System | Command | -| --------------------- | ------------------------------------------------- | -| Debian (>= bullseye) | `apt install hcloud-cli` | -| Ubuntu (>= 19.04) | `apt install hcloud-cli` | -| Arch Linux | `pacman -Syu hcloud` | -| Void Linux | `xbps-install -Syu hcloud` | -| Gentoo Linux | `emerge hcloud` | -| Alpine Linux | `apk add hcloud` | -| Fedora {35,36,37} | `dnf install hcloud` | - ### Build manually If you have Go installed, you can build and install the latest version of From 4112d3ab707d5b6f1070dcd0d012bb1de4eef5e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Wed, 22 Jun 2022 08:56:53 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1dfdb1ad..b9cf5f6e 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,13 @@ On Windows, you can install `hcloud` via [Scoop](https://scoop.sh/) scoop install hcloud +### Third-party packages + +There are unofficial packages maintained by third-party users. Please note +that these packages aren’t supported nor maintained by Hetzner Cloud and +may not always be up-to-date. Downloading the binary or building from source +is still the recommended install method. + ### Build manually If you have Go installed, you can build and install the latest version of From f61b4996356606da2032b4081fb8220305c750eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Wed, 22 Jun 2022 08:57:13 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9cf5f6e..60d301be 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ On macOS and Linux, you can install `hcloud` via [Homebrew](https://brew.sh/): brew install hcloud + On Windows, you can install `hcloud` via [Scoop](https://scoop.sh/) scoop install hcloud