aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/sed-inst.xml
blob: bded36b7b8cdf081ecfef82bb2057ea2e858a2b5 (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;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput></screen></para>

</sect2>