Changed sulogin's respawn in inittab to 'once'
[linux_from_scratch.git] / BOOK / chapter06 / less-inst.xml
blob592c598c250e0ab4ee8b3c3e018f70fef7b61ccc
1 <sect2>
2 <title>Installation of Less</title>
4 <para>Install Less by running the following commands:</para>
6 <para><screen><userinput>./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc &amp;&amp;
7 make &amp;&amp;
8 make install</userinput></screen></para>
10 </sect2>