summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-07-13 12:05:02 +0300
committerLars Wirzenius <liw@liw.fi>2021-07-13 12:05:02 +0300
commite522c5f174baae9dc53112903d9cb62fbaf617e3 (patch)
treeeaa497916fa32627fa42ec2608bf2b63d2111dc9
parent86c6487fa9ea6b892fd8718e088ef1b2b6d0adec (diff)
downloadsubplot.liw.fi-e522c5f174baae9dc53112903d9cb62fbaf617e3.tar.gz
fix: use correct binary name for Subplot
`subplot docgen` or `subplot codegen`, not `sp-docgen` or `sp-codegen`. Sponsored-by: author
-rw-r--r--tutorial.mdwn6
1 files 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: