We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4527f commit 019bf96Copy full SHA for 019bf96
README.md
@@ -47,10 +47,11 @@ project related keywords.
47
48
"build" compiles your markdown tutorial into a data file called `coderoad.json`.
49
50
-You must specify the path to your tutorial markdown file, normally `tutorial.md`.
+"build" defaults to `tutorial/tutorial.md`. Optionally specify the path to your tutorial markdown file.
51
52
```
53
-> coderoad build $tutorial.md$
+> coderoad build
54
+> coderoad build $path/to/tutorial.md$
55
56
57
"build" also generates a `README.md` with an outline of your chapters & pages
0 commit comments