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 | |
| parent | a981147809dae4a94ed0fb4da8195f477c4cd1d5 (diff) | |
| download | bibiman-db0deb9b6ee59c07ab2f04972184b154925034bd.tar.gz bibiman-db0deb9b6ee59c07ab2f04972184b154925034bd.zip | |
add more installation info to README
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | README.md | 33 |
3 files changed, 34 insertions, 3 deletions
@@ -91,7 +91,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bibiman" -version = "0.13.1" +version = "0.14.1" dependencies = [ "arboard", "biblatex", @@ -1,6 +1,6 @@ [package] name = "bibiman" -version = "0.13.1" +version = "0.14.1" authors = ["lukeflo <lukeflo_git@posteo.de>"] license = "GPL-3.0-or-later" repository = "https://codeberg.org/lukeflo/bibiman" @@ -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> |
