From e59c60f9857fb42238ac8a31489094b47b811be4 Mon Sep 17 00:00:00 2001 From: jsteemann Date: Thu, 29 Oct 2020 08:37:29 +0100 Subject: [PATCH] add `texinfo` as a dependency during installation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5bf22698..6d6f3e21 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Dependencies `python>=3`: `ponysay` is written in Python 3. +`texinfo`: for generating documentation during the installation. + ### Package building dependencies `gzip`: Used for compressing manuals (suppressable with `./configure --without-info-compression --without-man-compression`).