aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2018-05-07 13:07:34 +0100
committerSteve Mynott <steve.mynott@gmail.com>2018-05-07 13:07:34 +0100
commit652bfc9c1d944bfe709711bb06e9d8bbb91e324f (patch)
treec39956371e3be604f7e87837352193d8ee38660d
parent040ead6ca3289539a66a7ab6d88481d2ef56bf06 (diff)
mention perl6 WWW dep needed for automated announce
-rw-r--r--tools/star/release-guide.pod7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod
index 9fe967e..08eba39 100644
--- a/tools/star/release-guide.pod
+++ b/tools/star/release-guide.pod
@@ -212,8 +212,11 @@ it for you.
=item 13.
Commit announcement to the rakudo.org repo automatically by running the following
-command. (you can also make and commit the post manually, but if you do, be sure
-to add C<%% title:> and C<%% date:> metadate to the top of the file):
+command. You will need perl6 in the PATH and to "zef install WWW" if you don't
+have it.
+
+You can also make and commit the post manually, but if you do, be sure
+to add C<%% title:> and C<%% date:> metadate to the top of the file:
cd $(mktemp -d) &&
git clone git@github.com:perl6/rakudo.org/. &&