From 974c658fffdbe2fcbd1dffcba6ea9ac1b9c622f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Sat, 28 Jun 2025 23:39:01 +0800 Subject: [PATCH] README: add the OpenBSD and DragonFly installation method [ci skip] Fix https://github.com/fastfetch-cli/fastfetch/issues/1819#issuecomment-3015070008 --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6e413021e..29fa71362 100644 --- a/README.md +++ b/README.md @@ -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)