]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: Use 'sudo' to install packages
authorGert van Dijk <gertvdijk@gmail.com>
Sun, 31 Mar 2019 17:25:22 +0000 (19:25 +0200)
committerGert van Dijk <gertvdijk@gmail.com>
Mon, 8 Apr 2019 10:15:07 +0000 (12:15 +0200)
This also fixes the rendering of the shell command - was highlighted as
comment.

docs/installation.rst

index 0d6bd6da9e115be27ad6de46ff0d4515f2b11532..2b25b06f492a374fd2829d004d382e6a84eeb03e 100644 (file)
@@ -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 <https://packages.debian.org/pdns-backend>`__, 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: