Use HTTPS URL example for git clone commands.

This commit is contained in:
Dario Cangialosi, Coder 2018-08-20 13:07:39 +02:00 committed by Carlton Gibson
parent 963ce306f3
commit b25d35b57b
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ Getting involved in triaging incoming issues is a good way to start contributing
To start developing on Django REST framework, clone the repo:
git clone git@github.com:encode/django-rest-framework.git
git clone https://github.com/encode/django-rest-framework
Changes should broadly follow the [PEP 8][pep-8] style conventions, and we recommend you set up your editor to automatically indicate non-conforming styles.

View File

@ -107,7 +107,7 @@ Install using `pip`, including any optional packages you want...
...or clone the project from github.
git clone git@github.com:encode/django-rest-framework.git
git clone https://github.com/encode/django-rest-framework
Add `'rest_framework'` to your `INSTALLED_APPS` setting.