Skip to content

Commit b6ed745

Browse files
Fyuselrubenhoenle
andauthored
Add installation instructions for rpm packages (#827)
* Add installation instructions for rpm packages Signed-off-by: Alexander Dahmen <[email protected]> * Update INSTALLATION.md Co-authored-by: Ruben Hönle <[email protected]> --------- Signed-off-by: Alexander Dahmen <[email protected]> Co-authored-by: Ruben Hönle <[email protected]>
1 parent eb4cd72 commit b6ed745

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

INSTALLATION.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,18 @@ asset_filters=["stackit-cli_", "_linux_amd64.tar.gz"]
9090
eget stackitcloud/stackit-cli
9191
```
9292

93+
#### RPM package via dnf, yum and zypper
94+
95+
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.
96+
97+
Just download the rpm package from the [release page](https://github.com/stackitcloud/stackit-cli/releases) and run the install command like the following:
98+
99+
```shell
100+
dnf install stackitcli.rpm
101+
yum install stackitcli.rpm
102+
zypper install stackitcli.rpm
103+
```
104+
93105
#### Any distribution
94106

95107
Alternatively, you can install via [Homebrew](https://brew.sh/) or refer to one of the installation methods below.

0 commit comments

Comments
 (0)