From c4a1bceb9c55b9d1dd9d12a9b85dac7af8837f99 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Sat, 13 May 2023 23:51:41 +0200 Subject: [PATCH] Explicitly document that batman relies on man-db It does not seem to work with other man implementations (e.g.: mandoc). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fc0668..bd199f3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Quickly search through and highlight files using [ripgrep](https://github.com/bu ### [`batman`](doc/batman.md) Read system manual pages (`man`) using `bat` as the manual page formatter. - +Requirements: `man-db` ### [`batpipe`](doc/batpipe.md)