Skip to content

Commit 9473459

Browse files
authored
chore(doc): update installation docs (#668)
relates to #115
1 parent 67b3b74 commit 9473459

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

INSTALLATION.md

+22
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,28 @@ sudo apt-get install stackit
6868

6969
> 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.
7070
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).
82+
83+
```toml
84+
# ~/.eget.toml
85+
["stackitcloud/stackit-cli"]
86+
asset_filters=["stackit-cli_", "_linux_amd64.tar.gz"]
87+
```
88+
89+
```shell
90+
eget stackitcloud/stackit-cli
91+
```
92+
7193
#### Any distribution
7294

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

0 commit comments

Comments
 (0)