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:
parent
cc77fd4673
commit
c5af5caa00
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user