aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/ed-inst.xml
blob: 8c582413f118017ed9dc7c3c0039b802d55853e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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>