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

<para>Install Sed 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>