Commit 4da0428d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Remind about the gpg command lines

parent 8ee11772
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -134,3 +134,8 @@ echo ""
ls -l $targz $bzip2 $zip

md5sum $targz $bzip2 $zip

echo "Run these commands:"
echo "gpg -b -a $targz"
echo "gpg -b -a $bzip2"
echo "gpg -b -a $zip"