Skip to content

Commit bfd12f8

Browse files
committed
Add FreeBSD installation instructions
1 parent 66e86bd commit bfd12f8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

INSTALLATION.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,24 @@ You can also get the STACKIT CLI by compiling it from source or downloading a pr
215215
go run . <GROUP> <SUB-GROUP> <COMMAND> <ARGUMENT> <FLAGS>
216216
```
217217

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+
218236
### Pre-compiled binary
219237

220238
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

Comments
 (0)