aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/less-inst.xml
blob: f78702af2ff8afa8b2242a28e1e2719a3f77889e (plain)
1
2
3
4
5
6
7
8
9
10
11
<sect2>
<title>Installation of Less</title>

<para>Install Less by running the following commands:</para>

<para><screen><userinput>./configure --prefix=/usr --bindir=/bin &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>

</sect2>