diff options
| author | Tim Graham <timograham@gmail.com> | 2017-01-10 09:29:23 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-10 09:29:23 -0500 |
| commit | 991cd69621f95acd2192ac62a08eb139d3e22215 (patch) | |
| tree | d2f09173a135a4cde22592b2057d91ced8507407 /docs/intro/install.txt | |
| parent | 9daf8c43bdfa9f6418f6f47d202055b97244debe (diff) | |
Fixed #27711 -- Demoted "Installing a distribution-specific package" in install intro.
Diffstat (limited to 'docs/intro/install.txt')
| -rw-r--r-- | docs/intro/install.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/intro/install.txt b/docs/intro/install.txt index c1348fbe62..7a338ee858 100644 --- a/docs/intro/install.txt +++ b/docs/intro/install.txt @@ -53,13 +53,12 @@ Install Django You've got three easy options to install Django: -* Install a version of Django :doc:`provided by your operating system - distribution </misc/distributions>`. This is the quickest option for those - who have operating systems that distribute Django. - * :ref:`Install an official release <installing-official-release>`. This is the best approach for most users. +* Install a version of Django :ref:`provided by your operating system + distribution <installing-distribution-package>`. + * :ref:`Install the latest development version <installing-development-version>`. This option is for enthusiasts who want the latest-and-greatest features and aren't afraid of running brand new code. |
