diff options
| author | lukeflo | 2025-09-30 08:32:42 +0200 |
|---|---|---|
| committer | lukeflo | 2025-09-30 08:32:42 +0200 |
| commit | db0deb9b6ee59c07ab2f04972184b154925034bd (patch) | |
| tree | 2366b8a15bc3ad9b1a7d935f9a7360ce12a7d6fc /README.md | |
| parent | a981147809dae4a94ed0fb4da8195f477c4cd1d5 (diff) | |
| download | bibiman-db0deb9b6ee59c07ab2f04972184b154925034bd.tar.gz bibiman-db0deb9b6ee59c07ab2f04972184b154925034bd.zip | |
add more installation info to README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 33 |
1 files changed, 32 insertions, 1 deletions
@@ -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<a name="fedora"></a> + +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<a name="nixos"></a> Thanks to user @clementpoiret you now can install it via Nix commandline: @@ -105,6 +118,22 @@ Or through `home-manager` config file: ] ``` +### OpenSuse Tumbleweed<a name="opensuse-tumbleweed"></a> + +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<a name="ubuntudebian"></a> + +An `apt` package by @werdahias is +[in progress](https://codeberg.org/lukeflo/bibiman/issues/16#issuecomment-7270477). + ### Void Linux<a name="void-linux"></a> 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<a name="color-configuration"></a> |
