blob: 4e896a9cc000926598a6a433f6baa1ec28e45d84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<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>
|