From 75849adb88187ab93ab2224706693676a3ea0fb3 Mon Sep 17 00:00:00 2001 From: NRK Date: Thu, 12 Jan 2023 09:38:14 +0000 Subject: 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 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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`: Used for auto-reloading images on change. + * `inotify`\*: 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][]. -- cgit v1.2.3-54-g00ecf