From e522c5f174baae9dc53112903d9cb62fbaf617e3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 13 Jul 2021 12:05:02 +0300 Subject: fix: use correct binary name for Subplot `subplot docgen` or `subplot codegen`, not `sp-docgen` or `sp-codegen`. Sponsored-by: author --- tutorial.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorial.mdwn b/tutorial.mdwn index 50ae97a..3bd6bb4 100644 --- a/tutorial.mdwn +++ b/tutorial.mdwn @@ -197,8 +197,8 @@ the following commands are needed (prefix the commands with "./" if running from a git checkout): ```sh -sp-docgen echo.md -o echo.html -dp-docgen echo.md -o echo.pdf +subplot docgen echo.md -o echo.html +subplot docgen echo.md -o echo.pdf ``` `echo.md` is the markdown input file. Subplot will find `echo.yaml` @@ -215,7 +215,7 @@ To generate the test program, and running it to produce the test report, the following commands are needed: ```sh -sp-codegen echo.md -o test.py --run +subplot codegen echo.md -o test.py --run ``` The output of the last command is the test report: -- cgit v1.2.1