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 &&</userinput>
<userinput>make &&</userinput>
<userinput>make install &&</userinput>
<userinput>mv /usr/bin/ed /usr/bin/red /bin</userinput>
</screen>
</para>
</sect2>
|