From db0deb9b6ee59c07ab2f04972184b154925034bd Mon Sep 17 00:00:00 2001 From: lukeflo Date: Tue, 30 Sep 2025 08:32:42 +0200 Subject: add more installation info to README --- README.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 74005d3..4929509 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,10 @@ - [Crates.io](#cratesio) - [Cargo (Build from source)](#cargo-build-from-source) - [AUR](#aur) + - [Fedora](#fedora) - [NixOS](#nixos) + - [OpenSuse Tumbleweed](#opensuse-tumbleweed) + - [Ubuntu/Debian](#ubuntudebian) - [Void Linux](#void-linux) - [Usage](#usage) - [Configuration](#configuration) @@ -85,6 +88,16 @@ via the AUR: yay -S bibiman # or any other AUR helper ``` +### Fedora + +Thanks to user @samsci you can install `bibiman` on Fedora through adding a +custom repo: + +```bash +dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:samsci:bibiman/Fedora_42/home:samsci:bibiman.repo +dnf install bibiman +``` + ### NixOS Thanks to user @clementpoiret you now can install it via Nix commandline: @@ -105,6 +118,22 @@ Or through `home-manager` config file: ] ``` +### OpenSuse Tumbleweed + +Thanks to user @samsci you can install `bibiman` on Tumbleweed through adding a +custom repo: + +```bash +zypper addrepo https://download.opensuse.org/repositories/home:samsci:bibiman/openSUSE_Tumbleweed/home:samsci:bibiman.repo +zypper refresh +zypper install bibiman +``` + +### Ubuntu/Debian + +An `apt` package by @werdahias is +[in progress](https://codeberg.org/lukeflo/bibiman/issues/16#issuecomment-7270477). + ### Void Linux You can install `bibiman` through `xbps`-package manager: @@ -293,7 +322,9 @@ custom_column = "pubtype" - `publisher`: Name of the publisher. - `pubtype`: BibLaTex pubtype; e.g. `article`, `book`, `incollection` etc. - Since the width of the values for the different fields can vary, it might be a good advice to use a rather wide terminal window when using a value like `journaltitle`. + Since the width of the values for the different fields can vary, it might be a + good advice to use a rather wide terminal window when using a value like + `journaltitle`. ### Color Configuration -- cgit v1.2.3