summaryrefslogtreecommitdiff
path: root/pod/perlgit.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlgit.pod')
-rw-r--r--pod/perlgit.pod7
1 files changed, 2 insertions, 5 deletions
diff --git a/pod/perlgit.pod b/pod/perlgit.pod
index 2c7f5e85e2..c1e685305f 100644
--- a/pod/perlgit.pod
+++ b/pod/perlgit.pod
@@ -22,12 +22,9 @@ I<github.com>.
You can make a read-only clone of the repository by running:
- % git clone git://github.com/Perl/perl5.git perl
+ % git clone git@github.com:Perl/perl5.git perl
-This uses the git protocol (port 9418).
-
-If you cannot use the git protocol for firewall reasons, you can also
-clone via http:
+If you cannot use that for firewall reasons, you can also clone via http:
% git clone https://github.com/Perl/perl5.git perl