aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorlukeflo2025-06-02 17:40:50 +0200
committerlukeflo2025-06-02 17:40:50 +0200
commit201aecebcd7c85127df9c43da01fdafc3465e53e (patch)
treea3ff2fe49886d6bd33f0c6627d07669b377cbd22 /README.md
parent1a34950a45a8fba97dca432fe36569eec1a05c8f (diff)
downloadbibiman-201aecebcd7c85127df9c43da01fdafc3465e53e.tar.gz
bibiman-201aecebcd7c85127df9c43da01fdafc3465e53e.zip
impl check for valid filepath, update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
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<a name="void-linux"></a>
-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<a name="usage"></a>