Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Third-party packages Table #392

Merged
merged 3 commits into from
Jun 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
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

Expand All @@ -27,16 +27,6 @@ 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
Expand Down