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
+22
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,28 @@ sudo apt-get install stackit
68
68
69
69
> If you can't install the `stackit` package due to an expired key, please go back to step `1` to import the latest public key.
70
70
71
+
#### Nix / NixOS
72
+
73
+
The STACKIT CLI is available as a [Nix package](https://search.nixos.org/packages?channel=unstable&show=stackit-cli), and can be used via:
74
+
75
+
```shell
76
+
nix-shell -p stackit-cli
77
+
```
78
+
79
+
#### Eget
80
+
81
+
The STACKIT CLI binaries are available via our [GitHub releases](https://github.com/stackitcloud/stackit-cli/releases), you can install them from there using [Eget](https://github.com/zyedidia/eget).
0 commit comments