From 9140419a35211dca3b66b9c5fd2089f0db3497c1 Mon Sep 17 00:00:00 2001 From: Alexander Dahmen Date: Mon, 30 Jun 2025 10:32:54 +0200 Subject: [PATCH 1/2] Add installation instructions for rpm packages Signed-off-by: Alexander Dahmen --- INSTALLATION.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/INSTALLATION.md b/INSTALLATION.md index 72d06b8ec..409224540 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -90,6 +90,18 @@ asset_filters=["stackit-cli_", "_linux_amd64.tar.gz"] eget stackitcloud/stackit-cli ``` +#### RPM package via dnf, yum and zypper + +The STACKIT CLI is available as [RPM Package](https://github.com/stackitcloud/stackit-cli/releases) and can be installed via dnf, yum and zypper package manager. + +Just download the rpm package from the release page and run the install command like the following: + +```shell +dnf install stackitcli.rpm +yum install stackitcli.rpm +zypper install stackitcli.rpm +``` + #### Any distribution Alternatively, you can install via [Homebrew](https://brew.sh/) or refer to one of the installation methods below. From e05f435f15932681962fcf76a09001add9af7bef Mon Sep 17 00:00:00 2001 From: Alexander Dahmen Date: Mon, 30 Jun 2025 11:36:57 +0200 Subject: [PATCH 2/2] Update INSTALLATION.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ruben Hönle --- INSTALLATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 409224540..35bdd5149 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -94,7 +94,7 @@ eget stackitcloud/stackit-cli The STACKIT CLI is available as [RPM Package](https://github.com/stackitcloud/stackit-cli/releases) and can be installed via dnf, yum and zypper package manager. -Just download the rpm package from the release page and run the install command like the following: +Just download the rpm package from the [release page](https://github.com/stackitcloud/stackit-cli/releases) and run the install command like the following: ```shell dnf install stackitcli.rpm