Skip to content

Commit

Permalink
[doc] Minor tweaks to release_manager_guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Util committed Mar 19, 2013
1 parent fb2e957 commit b15bddb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/project/release_manager_guide.pod
Expand Up @@ -318,6 +318,7 @@ Extract F<parrot-a.b.c.tar.gz> into another directory:
cp parrot-a.b.c.tar.gz ~/another/directory
cd ~/another/directory
tar -xvzf parrot-a.b.c.tar.gz
cd parrot-a.b.c

=item c.

Expand Down Expand Up @@ -388,7 +389,7 @@ the new directory:
parrot-a.b.c.tar.bz2 \
parrot-a.b.c.tar.gz.sha256 \
parrot-a.b.c.tar.bz2.sha256 \
parrot@ftp-osl.osuosl.org:~/ftp/releases/devel/a.b.c
parrot@ftp-osl.osuosl.org:~/ftp/releases/devel/a.b.c/

You don't necessarily have to use C<scp> for this step. You can use whichever
tool you prefer.
Expand Down

0 comments on commit b15bddb

Please sign in to comment.