We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8b0a0 commit 79cdd04Copy full SHA for 79cdd04
1 file changed
INSTALLATION.md
@@ -24,6 +24,15 @@ brew install stackit
24
25
The STACKIT CLI can be installed through the [`APT`](https://ubuntu.com/server/docs/package-management) package manager.
26
27
+##### Before you begin
28
+
29
+To install the STACKIT CLI package, you will need to have the `curl` and `gnupg` packages installed:
30
+```shell
31
+sudo apt-get install curl gnupg
32
+```
33
34
+##### Installing
35
36
1. Import the STACKIT public key:
37
38
```shell
0 commit comments