diff options
| author | lukeflo | 2025-06-02 17:40:50 +0200 |
|---|---|---|
| committer | lukeflo | 2025-06-02 17:40:50 +0200 |
| commit | 201aecebcd7c85127df9c43da01fdafc3465e53e (patch) | |
| tree | a3ff2fe49886d6bd33f0c6627d07669b377cbd22 /README.md | |
| parent | 1a34950a45a8fba97dca432fe36569eec1a05c8f (diff) | |
| download | bibiman-201aecebcd7c85127df9c43da01fdafc3465e53e.tar.gz bibiman-201aecebcd7c85127df9c43da01fdafc3465e53e.zip | |
impl check for valid filepath, update README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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> |
