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
This commit is contained in:
NRK 2023-01-12 09:38:14 +00:00
parent a924fe004d
commit 75849adb88
1 changed files with 2 additions and 2 deletions

View File

@ -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][].