summaryrefslogtreecommitdiff
path: root/tutorial.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial.mdwn')
-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`