From 3ee1b9c9376f6fcb5e7f56e5938d8132196660b4 Mon Sep 17 00:00:00 2001 From: Gert van Dijk Date: Sun, 31 Mar 2019 19:25:22 +0200 Subject: [PATCH] docs: Use 'sudo' to install packages This also fixes the rendering of the shell command - was highlighted as comment. --- docs/installation.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 0d6bd6da9e..2b25b06f49 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -19,7 +19,7 @@ PowerDNS Authoritative Server is available through the .. code-block:: shell - # apt-get install pdns-server + $ sudo apt-get install pdns-server Debian splits the backends into `several different packages `__, install the @@ -27,7 +27,7 @@ required backend as follows: .. code-block:: shell - # apt-get install pdns-backend-$backend + $ sudo apt-get install pdns-backend-$backend Redhat-based Systems ~~~~~~~~~~~~~~~~~~~~ @@ -41,13 +41,13 @@ Add either to your list of repositories and install PowerDNS by issuing: .. code-block:: shell - # yum install pdns + $ sudo yum install pdns The different backends can be installed using .. code-block:: shell - # yum install pdns-backend-$backend + $ sudo yum install pdns-backend-$backend FreeBSD ~~~~~~~ @@ -59,7 +59,7 @@ For the package: .. code-block:: shell - # pkg install dns/powerdns + $ sudo pkg install dns/powerdns To have your system build the port: -- 2.47.2