diff options
Diffstat (limited to 'chapter06/less-inst.xml')
-rw-r--r-- | chapter06/less-inst.xml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/chapter06/less-inst.xml b/chapter06/less-inst.xml index 1750d22ec..0a1edeaa0 100644 --- a/chapter06/less-inst.xml +++ b/chapter06/less-inst.xml @@ -1,17 +1,11 @@ <sect2> <title>Installation of Less</title> -<para> -Install Less by running the following commands: -</para> +<para>Install Less by running the following commands:</para> -<para> -<screen> -<userinput>./configure --prefix=/usr --bindir=/bin &&</userinput> +<para><screen><userinput>./configure --prefix=/usr --bindir=/bin &&</userinput> <userinput>make &&</userinput> -<userinput>make install</userinput> -</screen> -</para> +<userinput>make install</userinput></screen></para> </sect2> |