]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: improve text in quickstart install
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 15 Jan 2020 09:38:08 +0000 (10:38 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 15 Jan 2020 09:38:21 +0000 (10:38 +0100)
doc/quickstart-install.rst

index 73d398636a6e27f6fffd3b0bce02890c85cb087d..b7937f2f5bc203c38d35d27e2841cc8b0258d8cd 100644 (file)
@@ -30,23 +30,16 @@ Snippets from Knot Resolver's configuration file **do not start with $ sign** an
 Installation
 ************
 
-As a first step add following repositories with the **latest version** of Knot Resolver. Please note that the packages available in distribution's repositories are often outdated, especially in Debian and Ubuntu repositories, and this guide might not work with their old versions.
-
-**Arch Linux**
-
-Use
-`knot-resolver <https://aur.archlinux.org/packages/knot-resolver/>`_
-package from AUR_.
-
-**CentOS 7**
-
-.. code-block:: bash
-
-    $ sudo yum install -y https://secure.nic.cz/files/knot-resolver/knot-resolver-release.el.rpm
-    $ sudo yum install -y knot-resolver
+As a first step, configure your system to use upstream repositories which have
+the **latest version** of Knot Resolver. Follow the instructions below for your
+distribution.
 
 **Debian/Ubuntu**
 
+.. note:: Please note that the packages available in distribution repositories
+   of Debian and Ubuntu are outdated. Make sure to follow these steps to use
+   our upstream repositories.
+
 .. code-block:: bash
 
     $ wget https://secure.nic.cz/files/knot-resolver/knot-resolver-release.deb
@@ -54,6 +47,13 @@ package from AUR_.
     $ sudo apt update
     $ sudo apt install -y knot-resolver
 
+**CentOS 7**
+
+.. code-block:: bash
+
+    $ sudo yum install -y https://secure.nic.cz/files/knot-resolver/knot-resolver-release.el.rpm
+    $ sudo yum install -y knot-resolver
+
 **Fedora**
 
 .. code-block:: bash
@@ -61,6 +61,13 @@ package from AUR_.
     $ sudo dnf install -y https://secure.nic.cz/files/knot-resolver/knot-resolver-release.fedora.rpm
     $ sudo dnf install -y knot-resolver
 
+**Arch Linux**
+
+Use
+`knot-resolver <https://aur.archlinux.org/packages/knot-resolver/>`_
+package from AUR_.
+
+
 **OpenSUSE Leap / Tumbleweed**
 Add the `OBS <https://en.opensuse.org/Portal:Build_Service>`_ package repository `home:CZ-NIC:knot-resolver-latest <https://software.opensuse.org/download.html?project=home%3ACZ-NIC%3Aknot-resolver-latest&package=knot-resolver>`_ to your system.