From 417003f4ded33dfdd60a587e02d70c706582c726 Mon Sep 17 00:00:00 2001 From: Morgan Willcock Date: Sun, 12 Mar 2023 11:15:12 +0000 Subject: [PATCH] Update the documented minimum version of Pandoc --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a842a789..182d1763 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -135,9 +135,9 @@ will be skipped. #### Installing Pandoc -Pandoc can be downloaded from its GitHub release assets. A recommended -minimum version is 2.10. The following commands will download a Pandoc -binary into the current directory: +Pandoc can be downloaded from its GitHub release assets. The minimum +version required by the build process is 3.0. The following commands +will download a Pandoc binary into the current directory: ```sh pandoc Linux # Download the Linux binary for Pandoc $PANDOC_VERSION into the current directory