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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,6 +215,24 @@ You can also get the STACKIT CLI by compiling it from source or downloading a pr
215
215
go run .<GROUP><SUB-GROUP><COMMAND><ARGUMENT><FLAGS>
216
216
```
217
217
218
+
### FreeBSD
219
+
220
+
The STACKIT CLI can be installed through the [FreeBSD ports or packages](https://docs.freebsd.org/en/books/handbook/ports/).
221
+
222
+
To install the port:
223
+
224
+
```shell
225
+
cd /usr/ports/sysutils/stackit/ && make install clean
226
+
```
227
+
228
+
To add the package, run one of these commands:
229
+
230
+
```shell
231
+
pkg install sysutils/stackit
232
+
# OR
233
+
pkg install stackit
234
+
```
235
+
218
236
### Pre-compiled binary
219
237
220
238
1. Download the binary corresponding to your operating system and CPU architecture from our [Releases](https://github.com/stackitcloud/stackit-cli/releases) page
0 commit comments