Skip to content

Commit 28bbb34

Browse files
committed
Docs: Correct the git clone command in README
1 parent 141c74b commit 28bbb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Perform all the following operations in the `node-amd-builder` main folder.
5151
```
5252
mkdir repos
5353
cd repos
54-
git clone --bare git://github.com/yourname/yourproject.git
54+
git clone --bare git@github.com:yourname/yourproject.git
5555
```
5656
5757
1. Now create the staging directory:

0 commit comments

Comments
 (0)