aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2015-01-05 22:09:11 +0100
committerMoritz Lenz <moritz@faui2k3.org>2015-01-05 22:09:11 +0100
commit0e81d1c16d9d7004746fcae31500b5b4b9ce51f2 (patch)
treea74d166884f945da8d6cd91dfa1a306d10080fd5
parent768419da6a76b974c003fce6572f36422edaecba (diff)
release guide: document that you need perl6 in $PATH
-rw-r--r--tools/star/release-guide.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod
index 15f6edd..42a07a6 100644
--- a/tools/star/release-guide.pod
+++ b/tools/star/release-guide.pod
@@ -28,6 +28,12 @@ wish to do so. Step 8 will make sure you do this regardless.
=over 4
+=item 0.
+
+Make sure you have working C<perl6> binary in your C<$PATH>. Refer to
+L<http://rakudo.org/how-to-get-rakudo/> for how to do that. The exact version
+isn't very important at the moment, it just shouldn't be a year out of date.
+
=item 1.
Clone the git@github.com:rakudo/star repository.