From: Tomas Krizek Date: Wed, 15 Jan 2020 09:38:08 +0000 (+0100) Subject: doc: improve text in quickstart install X-Git-Tag: v5.0.0~8^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db4eb82525c3bc9b9829a092fbede5092aa2e966;p=thirdparty%2Fknot-resolver.git doc: improve text in quickstart install --- diff --git a/doc/quickstart-install.rst b/doc/quickstart-install.rst index 73d398636..b7937f2f5 100644 --- a/doc/quickstart-install.rst +++ b/doc/quickstart-install.rst @@ -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 `_ -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 `_ +package from AUR_. + + **OpenSUSE Leap / Tumbleweed** Add the `OBS `_ package repository `home:CZ-NIC:knot-resolver-latest `_ to your system.