README: add the OpenBSD and DragonFly installation method [ci skip]

Fix https://github.com/fastfetch-cli/fastfetch/issues/1819#issuecomment-3015070008
This commit is contained in:
李通洲
2025-06-28 23:39:01 +08:00
parent ad0ddfd7f1
commit 974c658fff
+5 -6
View File
@@ -69,13 +69,12 @@ If fastfetch is not packaged for your distribution or an outdated version is pac
You may also download the program directly from [the GitHub releases page](https://github.com/fastfetch-cli/fastfetch/releases/latest) in the form of an archive file.
### FreeBSD
### BSD systems
* `pkg install fastfetch`
### NetBSD
* `pkgin in fastfetch`
* FreeBSD: `pkg install fastfetch`
* NetBSD: `pkgin in fastfetch`
* OpenBSD: `pkg_add fastfetch` (Snapshots only)
* DragonFly BSD: `pkg install fastfetch` (Snapshots only)
### Android (Termux)