From caaa5435bbdd816b5aca6f6ec369e6bffe547212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Fri, 10 May 2024 20:01:39 +0200 Subject: [PATCH] docs: cli install (#21) --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26b998d..55ca110 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,19 @@ This repository provides a simple CLI tool & Go library to do the above. #### Binary -> TODO +We provide pre-built `deb`, `rpm` and `apk` packages. Alternatively we also provide the binaries directly. + +Check out the [GitHub release artifacts](https://github.com/apricote/hcloud-upload-image/releases/latest) for all of these files and archives. + +##### Arch Linux + +You can get [`hcloud-upload-image-bin`](https://aur.archlinux.org/packages/hcloud-upload-image-bin) from the AUR. + +Use your preferred wrapper to install: + +```shell +yay -S hcloud-upload-image-bin +``` #### `go install`