You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,12 @@ This module is available via the Perl 6 module ecosystem. Use:
25
25
26
26
$ zef install p6doc
27
27
28
-
to install the binaries and make it available in your binaries
28
+
to install the "binaries" and make them available in your binaries
29
29
execution path.
30
30
31
-
**Note**: Please note that, due to changes in the parsing of Pod6, this will fail in versions older than 2018.06. Please upgrade to that version, or install using `--force`.
31
+
**Note**: Please note that, due to changes in the parsing of Pod6,
32
+
this will fail in versions of Perl 6 older than 2018.06. Please upgrade to that
33
+
version, or install using `--force`.
32
34
33
35
## Use p6doc
34
36
@@ -46,14 +48,18 @@ skip the `./bin` part if you have installed it via
46
48
47
49
$ p6doc -f slurp
48
50
49
-
to browse the documentation of standard functions. Depending on your
51
+
to browse the documentation of standard functions (which, in this
52
+
particular case, will actually return multiple matches, which you can
53
+
check individually). Depending on your
50
54
disk speed and Rakudo version, it might take a while.
51
55
52
56
-------
53
57
54
58
## Building the HTML documentation
55
59
56
-
Install dependencies by running the following in the checkout directory:
60
+
You might want to have a copy of the documentation and run the web
61
+
site locally yourself. In that case, install dependencies by running
0 commit comments