lfs/chapter06/less-inst.xml

16 lines
330 B
XML
Raw Normal View History

<sect2>
<title>Installation of Less</title>
<para>
Install Less by running the following commands:
</para>
<blockquote><literallayout>
<userinput>./configure --prefix=/usr --bindir=/bin &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput>
</literallayout></blockquote>
</sect2>