Skip to content

Commit 10e7cb3

Browse files
committed
doc/user: installation update
1 parent ae8e121 commit 10e7cb3

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

doc/user/gettingstarted-install.rst

+6-15
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,23 @@ Please, follow the instructions for your packaging system:
1414

1515
.. tabs::
1616

17-
.. tab:: Debian
17+
.. tab:: Debian/Ubuntu
1818

1919
Please follow https://pkg.labs.nic.cz/doc/?project=knot-resolver
2020

21-
.. tab:: Ubuntu
22-
23-
.. code:: bash
24-
25-
sudo apt install software-properties-common
26-
sudo add-apt-repository ppa:cz.nic-labs/knot-resolver
27-
sudo apt update
28-
sudo apt install knot-resolver6
29-
30-
For details see
31-
https://launchpad.net/~cz.nic-labs/+archive/ubuntu/knot-resolver
21+
For Ubuntu it is also possible to use https://launchpad.net/~cz.nic-labs/+archive/ubuntu/knot-resolver.
3222

3323
.. tab:: .rpm
3424

3525
Please follow https://copr.fedorainfracloud.org/coprs/g/cznic/knot-resolver/
3626

3727
.. tab:: Docker
3828

29+
DockerHub page: https://hub.docker.com/r/cznic/knot-resolver
30+
3931
.. code:: bash
4032
4133
sudo docker run -ti --net=host docker.io/cznic/knot-resolver:6
4234
43-
Hub page: https://hub.docker.com/r/cznic/knot-resolver
44-
45-
If for some reason you need to install Knot Resolver **from sources**, check out `building from sources <./dev/build.html>`_ in developer documentation.
35+
If for some reason you need to install Knot Resolver **from sources**,
36+
check out `building from sources <./dev/build.html>`_ section in developer documentation.

0 commit comments

Comments
 (0)