From 19f8fd61b9ceadc4eca2767089a13e8b5686d462 Mon Sep 17 00:00:00 2001 From: aitzol Date: Tue, 11 Jun 2024 21:35:06 +0200 Subject: [PATCH] README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3108308..3d0093e 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,13 @@ Simple document generator from Markdown to Html. # how to use These steps are indicated for _Debian_ based distros. -* _Pandoc_ is required. To install it run + +* _Pandoc_ version 3.1.13 or higher is required. You can try to install it by running ```bash sudo apt-get install pandoc ``` +> although you will find a newer version here: https://github.com/jgm/pandoc/releases + * Download and execute _dokugile_ binary ```bash sudo chmod +x dokugile