aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/less-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/less-inst.xml')
-rw-r--r--chapter06/less-inst.xml16
1 files changed, 12 insertions, 4 deletions
diff --git a/chapter06/less-inst.xml b/chapter06/less-inst.xml
index 592c598c2..99e67233a 100644
--- a/chapter06/less-inst.xml
+++ b/chapter06/less-inst.xml
@@ -1,11 +1,19 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
<sect2>
<title>Installation of Less</title>
-<para>Install Less by running the following commands:</para>
+<para>Prepare Less to be compiled:</para>
+
+<para><screen><userinput>./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc</userinput></screen></para>
+
+<para>Continue with compiling the package:</para>
+
+<para><screen><userinput>make</userinput></screen></para>
+
+<para>Finish installing the package:</para>
-<para><screen><userinput>./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc &amp;&amp;
-make &amp;&amp;
-make install</userinput></screen></para>
+<para><screen><userinput>make install</userinput></screen></para>
</sect2>