aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukeflo2025-09-30 08:32:42 +0200
committerlukeflo2025-09-30 08:32:42 +0200
commitdb0deb9b6ee59c07ab2f04972184b154925034bd (patch)
tree2366b8a15bc3ad9b1a7d935f9a7360ce12a7d6fc
parenta981147809dae4a94ed0fb4da8195f477c4cd1d5 (diff)
downloadbibiman-db0deb9b6ee59c07ab2f04972184b154925034bd.tar.gz
bibiman-db0deb9b6ee59c07ab2f04972184b154925034bd.zip
add more installation info to README
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md33
3 files changed, 34 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 239ab3c..3661e99 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -91,7 +91,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "bibiman"
-version = "0.13.1"
+version = "0.14.1"
dependencies = [
"arboard",
"biblatex",
diff --git a/Cargo.toml b/Cargo.toml
index d67943a..b3fc774 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
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>