From fa6c70d6eecee463eed98a6c71b74a5e8ae2e2ad Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 7 Oct 2022 09:04:38 +0300 Subject: docs(tutorial.md): fix how subplot docgen is invoked Sponsored-by: author --- tutorial.mdwn | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tutorial.mdwn b/tutorial.mdwn index 1c5424c..5a0661f 100644 --- a/tutorial.mdwn +++ b/tutorial.mdwn @@ -193,12 +193,11 @@ Producing a document ============================================================================= To produce a PDF document of the echo requirements, for you to review, -the following commands are needed (prefix the commands with "./" if -running from a git checkout): +the following commands are needed: ```sh -subplot docgen echo.md -o echo.html -subplot docgen echo.md -o echo.pdf +subplot docgen echo.subplot -o echo.html +subplot docgen echo.subplot -o echo.pdf ``` `echo.md` is the markdown input file. Subplot will find `echo.yaml` -- cgit v1.2.1