Correct 'git clone' command syntax

The 'git clone' command in development.pod doesn't actually work.  This
corrects the syntax.

Signed-off-by: Ask Bjørn Hansen <ask@develooper.com>
This commit is contained in:
Jared Johnson 2009-02-20 17:14:26 -06:00 committed by Ask Bjørn Hansen
parent cc77fd4673
commit c5af5caa00

View File

@ -21,7 +21,7 @@ button to get your own repository.
=head3 Making a working Copy =head3 Making a working Copy
git clone git@github.com:username/qpsmtpd qpsmtpd git clone git@github.com:username/qpsmtpd.git qpsmtpd
will check out your copy into a directory called qpsmtpd will check out your copy into a directory called qpsmtpd