aboutsummaryrefslogtreecommitdiff
path: root/tools/star/release-guide.pod
diff options
context:
space:
mode:
authorNaoum Hankache <naoum88@gmail.com>2019-01-06 17:35:18 +0200
committerNaoum Hankache <naoum88@gmail.com>2019-01-06 17:35:18 +0200
commitd1beacbb16cc1175ddb4dea1c811b3f43a091578 (patch)
tree9e4bd4cfaa65711c96cfdf46e6489f7bd62f2f9d /tools/star/release-guide.pod
parentb166fe3d12dea99b7a538b8793cd23fc85dadd23 (diff)
Update sha256sum instructions
Signed-off-by: Naoum Hankache <naoum88@gmail.com>
Diffstat (limited to 'tools/star/release-guide.pod')
-rw-r--r--tools/star/release-guide.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod
index 8529603..0bce666 100644
--- a/tools/star/release-guide.pod
+++ b/tools/star/release-guide.pod
@@ -194,7 +194,8 @@ Also sign the release tarball with GPG and a suitable key
eg. C<gpg --armor --detach-sig rakudo-star-2018.01.tar.gz>
Generate a SHA256 sum eg.
- sha256sum rakudo-star-2018.01.tar.gz | cut -f1 -d" " > rakudo-star-2018.01.tar.gz.sha256.txt
+
+ $ sha256sum rakudo-star-2018.01.tar.gz | cut -f1 -d" " > rakudo-star-2018.01.tar.gz.sha256.txt
=item Step 12