Use HTTPS URL example for git clone commands. (#6134)

This commit is contained in:
Dario Cangialosi, Coder 2018-12-19 19:28:03 +01:00 committed by Carlton Gibson
parent 963ce306f3
commit fa57fb8aeb
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: 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. 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. ...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. Add `'rest_framework'` to your `INSTALLED_APPS` setting.