From: Gert van Dijk Date: Sun, 31 Mar 2019 17:25:22 +0000 (+0200) Subject: docs: Use 'sudo' to install packages X-Git-Tag: rec-4.2.0-rc1~45^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ee1b9c9376f6fcb5e7f56e5938d8132196660b4;p=thirdparty%2Fpdns.git docs: Use 'sudo' to install packages This also fixes the rendering of the shell command - was highlighted as comment. --- 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: