From 201aecebcd7c85127df9c43da01fdafc3465e53e Mon Sep 17 00:00:00 2001
From: lukeflo
Date: Mon, 2 Jun 2025 17:40:50 +0200
Subject: impl check for valid filepath, update README
---
README.md | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
(limited to 'README.md')
diff --git a/README.md b/README.md
index a9de6f3..4c176af 100644
--- a/README.md
+++ b/README.md
@@ -104,10 +104,15 @@ Or through `home-manager` config file:
### Void Linux
-I maintain a [PR](https://github.com/void-linux/void-packages/pull/53803) in the
-official Void package repos and hope it gets merged soon. Until that happens,
-you can easily pull that PR into your local clone of Void packages and build it
-with `xbps-src`.
+You can install `bibiman` through `xbps`-package manager:
+
+```bash
+# Through xbps directly
+sudo xpbs-install bibiman
+
+# Or using xi from xtools package
+xi bibiman
+```
## Usage
--
cgit v1.2.3