forked from tadzik/Pod-To-HTML
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Adds pointer in README.md
And removes example to the former examples dir to the new one. Refs #49
- Loading branch information
Showing
3 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| # Some examples for the module. | ||
|
|
||
| Test | ||
|
|
||
| perl6 -I../../lib render.p6 | ||
|
|
||
| which uses the local [template `main.mustache`](main.mustache) instead of the default one. Add a pod6 or pm6 file at the end if you want to check a different file. | ||
|
|
||
| Change to the upper dir, and run | ||
|
|
||
| perl6 -Ilib resources/examples/01-parse-files.p6 | ||
|
|
||
| for a similar version which uses the same file. |