blob: 9e846d2107ea6bafae699c6b0d89a98a3fb78862 (
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>
<blockquote><literallayout>
<userinput>./configure --prefix=/usr &&</userinput>
<userinput>make &&</userinput>
<userinput>make install &&</userinput>
<userinput>mv /usr/bin/ed /usr/bin/red /bin</userinput>
</literallayout></blockquote>
</sect2>
|