docs(misc/Develop): using https:// works more widely than git@

Closes #14838
This commit is contained in:
mmuppa
2016-06-28 11:54:36 -07:00
committed by Peter Bacon Darwin
parent 20051e5c59
commit 47fbbabe0b
+1 -1
View File
@@ -53,7 +53,7 @@ minified AngularJS files:
```shell
# Clone your Github repository:
git clone "git@github.com:<github username>/angular.js.git"
git clone https://github.com/<github username>/angular.js.git
# Go to the AngularJS directory:
cd angular.js