From 10c9c2e6596ff766430c9ee14769144943cf672d Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Wed, 5 Oct 2022 09:35:02 -0400 Subject: [PATCH] Update README.md --- doc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.md b/doc/README.md index 0a3dbbb5..9c7a7bbb 100644 --- a/doc/README.md +++ b/doc/README.md @@ -24,9 +24,9 @@ The generated markdown is used to generate a final man page using [`pandoc`](https://pandoc.org/). Generating the final man page is a 2 step process: -1. Run `docgen.py` to process `man.md.j2`: +1. Run `render.py` to process `man.md.j2`: ```console - $ ./docgen.py man.md.j2 > man.md + $ ./render.py man.md.j2 > man.md ``` 2. Run `pandoc` to convert the markdown into a man page: ```console