summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-10-07 09:04:38 +0300
committerLars Wirzenius <liw@liw.fi>2022-10-07 09:10:06 +0300
commitfa6c70d6eecee463eed98a6c71b74a5e8ae2e2ad (patch)
tree1dbf7b00e60951324d52e0fe2fedfecd5dca1e9d
parent7da7185129855603cfc49779c76f5d09a429cdda (diff)
downloadsubplot.liw.fi-fa6c70d6eecee463eed98a6c71b74a5e8ae2e2ad.tar.gz
docs(tutorial.md): fix how subplot docgen is invoked
Sponsored-by: author
-rw-r--r--tutorial.mdwn7
1 files 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`