Skip to content

Commit 79cdd04

Browse files
authored
Update installation guide to include required packages (#144)
1 parent 3b8b0a0 commit 79cdd04

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

INSTALLATION.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ brew install stackit
2424

2525
The STACKIT CLI can be installed through the [`APT`](https://ubuntu.com/server/docs/package-management) package manager.
2626

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+
2736
1. Import the STACKIT public key:
2837

2938
```shell

0 commit comments

Comments
 (0)