You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALLATION.md
+29-2Lines changed: 29 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,38 @@ brew install stackit
20
20
21
21
### Linux
22
22
23
-
We are working on distributing the CLI using a package manager for Linux. For the moment, you can either install via [Homebrew](https://brew.sh/) or refer to one of the installation methods below.
23
+
#### Debian/Ubuntu (`APT`)
24
+
25
+
The STACKIT CLI can be installed through the [`APT`](https://ubuntu.com/server/docs/package-management) package manager.
2. Add the STACKIT CLI package repository as a package source:
34
+
35
+
```shell
36
+
echo"deb [signed-by=/usr/share/keyrings/stackit.gpg] https://object.storage.eu01.onstackit.cloud/stackit-cli-apt stackit main"| sudo tee -a /etc/apt/sources.list.d/stackit.list
37
+
```
38
+
39
+
3. Update repository information and install the `stackit` package:
40
+
41
+
```shell
42
+
sudo apt-get update
43
+
sudo apt-get install stackit
44
+
```
45
+
46
+
#### Any distribution
47
+
48
+
Alternatively, you can install via [Homebrew](https://brew.sh/) or refer to one of the installation methods below.
49
+
50
+
> We are currently working on distributing the CLI on more package managers for Linux.
24
51
25
52
### Windows
26
53
27
-
We are working on distributing the CLI using a package manager for Windows. For the moment, please refer to one of the installation methods below.
54
+
> We are currently working on distributing the CLI on a package manager for Windows. For the moment, please refer to one of the installation methods below.
0 commit comments