Skip to content

Commit 10480c5

Browse files
authored
Tweak "As an advanced user" FAQ
- zoffixznet/r no longer builds master, but latest release - mention Z-Script to build master/assist development - Make `zef`, `p6doc`, and `ecosystem` links to those resources - Reword the state of rakudo/master (if devs follow normal procedures, the only reason it wouldn't be fully functional is due to a bug; original text makes it seem master's state is a lot more chaotic)
1 parent dace3b5 commit 10480c5

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

doc/Language/faq.pod6

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,23 @@ X<|rakudobrew (FAQ)>
6767
=head2 As an advanced user I want to track Rakudo development.
6868
6969
An option is to clone L<the repository|https://github.com/rakudo/rakudo> and
70-
L<build from source|https://github.com/zoffixznet/r#table-of-contents>.
70+
build it. This will install work in progress which is minimally-tested and
71+
may contain severe bugs. If you're interesting in contributing to Rakudo
72+
Perl 6 compiler, you may find
73+
L<Z-Script helper tool|https://github.com/zoffixznet/z> useful.
7174
72-
This will install work in progress which isn't necessarily fully functional.
7375
To install the last official monthly release check out the tag visible at
7476
L<https://raw.githubusercontent.com/rakudo/rakudo/master/VERSION>
77+
or set up L<a helper command|https://github.com/zoffixznet/r#table-of-contents>
7578
7679
Some users choose to use L<rakudobrew|https://github.com/tadzik/rakudobrew>,
7780
which allows installation of multiple versions of rakudo. Be sure to L<read its
7881
documentation|https://github.com/tadzik/rakudobrew#making-new-scripts-available>
7982
80-
In either case you will probably need to also install zef and p6doc from
81-
the ecosystem.
83+
In either case you will probably need to also install
84+
L«C<zef>|https://modules.perl6.org/dist/zef:github» and
85+
L«C<p6doc>|https://modules.perl6.org/dist/p6doc:github» from the
86+
L<ecosystem|http://modules.perl6.org/>.
8287
8388
=head2 Where can I find good documentation on Perl 6?
8489

0 commit comments

Comments
 (0)