LDP/LDP/retired/LFS/chapter6/sed-inst.xml

12 lines
249 B
XML

<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>