aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNRK <nrk@disroot.org>2023-01-12 10:38:14 +0100
committerNRK <nrk@disroot.org>2023-01-12 10:38:14 +0100
commit75849adb88187ab93ab2224706693676a3ea0fb3 (patch)
tree2d743e7f650f46279f78ac712d0a009f0cfa73c2
parenta924fe004df5e27fb0e35396e6a785f2d0c6fcf6 (diff)
downloadnsxiv-75849adb88187ab93ab2224706693676a3ea0fb3.tar.zst
README: fix rendering on codeberg (#402)
looks like some update to the markdown parser at codeberg broke our readme. just use a simple `*` instead (escaped by `\` to be safe) Reviewed-on: https://codeberg.org/nsxiv/nsxiv/pulls/402
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9111193..e24e9f6 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ nsxiv requires the following software to be installed:
The following dependencies are optional.
- * `inotify`<sup>ℹ</sup>: Used for auto-reloading images on change.
+ * `inotify`<sup>\*</sup>: Used for auto-reloading images on change.
Disabled via `HAVE_INOTIFY=0`.
* `libXft`, `freetype2`, `fontconfig`: Used for the status bar.
Disabled via `HAVE_LIBFONTS=0`.
@@ -89,7 +89,7 @@ Please make sure to install the corresponding development packages in case that
you want to build nsxiv on a distribution with separate runtime and development
packages (e.g. \*-dev on Debian).
-\[ℹ]: [inotify][] is a Linux-specific API for monitoring filesystem changes.
+\* [inotify][] is a Linux-specific API for monitoring filesystem changes.
It's not natively available on `*BSD` systems but can be enabed via installing
and linking against [libinotify-kqueue][].