adding instruction to install in FreeBSD via pkg (#1991)

mine
Gabriel M. Dutra 2023-03-16 17:11:17 -03:00 committed by GitHub
parent e1afb57c4b
commit c032c32a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -69,6 +69,12 @@ K9s is available on Linux, macOS and Windows platforms.
zypper install k9s
```
* On FreeBSD
```shell
pkg install k9s
```
* Via [Scoop](https://scoop.sh) for Windows
```shell