From 8519ad6875944a77fde35f2d0a624c6fd0db5ffe Mon Sep 17 00:00:00 2001 From: FenixC4 <43726835+FenixC4@users.noreply.github.com> Date: Wed, 9 Jul 2025 20:40:58 +0200 Subject: [PATCH] Update README to include information about help2man Fixes: https://github.com/csutils/csdiff/issues/230 PR: https://github.com/csutils/csdiff/pull/231 --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index cc31f899..b9f30e52 100644 --- a/README +++ b/README @@ -17,6 +17,8 @@ Dependences * CMake 3.12+ + * help2man (required to build man pages) + Manual Installation ------------------- @@ -54,4 +56,5 @@ List of Utilities Documentation ------------- -See the corresponding man pages in Section 1. +See the corresponding man pages in Section 1. These are generated during the +build process using help2man.