Skip to content

Commit e1b120b

Browse files
authored
[docs] Add installation instructions for FreeBSD and NetBSD (#969)
Sponsored by: The FreeBSD Foundation
1 parent e1eaafe commit e1b120b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/installation.md

+16
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,22 @@ Alpine Linux users can install osv-scanner from the official repo:
4545
apk add osv-scanner
4646
```
4747

48+
### FreeBSD
49+
50+
FreeBSD users can install osv-scanner from the official repo:
51+
52+
```bash
53+
pkg install osv-scanner
54+
```
55+
56+
### NetBSD
57+
58+
NetBSD users can install osv-scanner from the official repo:
59+
60+
```bash
61+
pkg_add osv-scanner
62+
```
63+
4864
### OpenBSD
4965

5066
OpenBSD users can install osv-scanner from the official repo:

0 commit comments

Comments
 (0)