From cda9f9ed3eb6534fe6d0704b9b46c91d3c5ce867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Fri, 6 Mar 2026 07:33:05 +0100 Subject: [PATCH] Fix unclosed code block in docs/README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index 7e75b0e6b2b..196d62fb16b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -27,12 +27,14 @@ To install Python packages: virtualenv .venv source .venv/bin/activate pip install -r requirements.txt +``` ### Build instructions for Pandoc manpages The `-j16` command is optional for speeding up the manpage compilation process by using multiple jobs based on the number of cores in your system. +``` shell make clean # Note this step is important as it regenerates the documentation using latest sources.