diff --git a/doc/guide/quickstart.xml b/doc/guide/quickstart.xml index 1bbcd4b0a6..98fe3587e2 100644 --- a/doc/guide/quickstart.xml +++ b/doc/guide/quickstart.xml @@ -14,7 +14,7 @@
- Quick start guide for DHCPv4 and DHCPv6 services + Quick start guide for DHCPv4 and DHCPv6 services. @@ -41,7 +41,6 @@ Go into the source directory and run the configure script: $ cd kea-0.9-beta1 -$ autoreconf --install $ ./configure [your extra parameters] @@ -54,8 +53,8 @@ $ ./configure [your extra parameters] Install it (by default the installation prefix is /usr/local/, - so you need root privileges for that step): - $ make install + so you likely need root privileges for that step): + # make install @@ -63,7 +62,7 @@ $ ./configure [your extra parameters] Edit configuration file which is by default installed in [kea-install-dir]/etc/kea/kea.conf and contains configuration for all Kea services. Configuration choices for DHCPv4 - and DHCPv6 services are described in and respectively. + and DHCPv6 services are described in and , respectively. @@ -105,7 +104,7 @@ $ ./configure [your extra parameters] The details of keactrl script usage can be found - in + in .