lfs/chapter06/ed-inst.xml

19 lines
352 B
XML
Raw Normal View History

<sect2>
<title>Installation of Ed</title>
<para>
Install Ed by running the following commands:
</para>
<para>
<screen>
<userinput>./configure --prefix=/usr &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>mv /usr/bin/ed /usr/bin/red /bin</userinput>
</screen>
</para>
</sect2>