diff options
Diffstat (limited to 'docs/intro/contributing.txt')
| -rw-r--r-- | docs/intro/contributing.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index 0cc0394836..ce93f48974 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -111,14 +111,15 @@ Getting a copy of Django's development version ============================================== The first step to contributing to Django is to get a copy of the source code. -From the command line, use the ``cd`` command to navigate to the directory -where you'll want your local copy of Django to live. +First, `fork Django on GitHub <https://github.com/django/django#fork-destination-box>`__. +Then, from the command line, use the ``cd`` command to navigate to the +directory where you'll want your local copy of Django to live. Download the Django source code repository using the following command: .. code-block:: console - $ git clone https://github.com/django/django.git + $ git clone git@github.com:YourGitHubName/django.git Now that you have a local copy of Django, you can install it just like you would install any package using ``pip``. The most convenient way to do so is by using |
