Skip to content

Commit 53caa54

Browse files
committed
README example needs PERL6LIB to be set
1 parent 9188d22 commit 53caa54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ files correctly, because this is Perl 6 Pod, and github assumes Perl 5 POD).
99

1010
With a Rakudo `perl6` executable in `PATH`, try
1111

12-
./bin/p6doc Type::Str
12+
PERL6LIB=. ./bin/p6doc Type::Str
1313

1414
to see the documentation for class `Str`, or
1515

16-
./bin/p6doc Type::Str.split
16+
PERL6LIB=. ./bin/p6doc Type::Str.split
1717

1818
to see the documentation for method `split` in class `Str`.
1919

0 commit comments

Comments
 (0)