aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 32 insertions, 1 deletions
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<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>