2 <title>Installation of Ed</title>
4 <para>This package requires its patch to be applied before you can
5 install it. Make sure it's unpacked before running the installation
8 <para>Ed isn't something you would personally use. It's installed here
9 because it can be used by the patch program if you encounter an ed-based patch
10 file. This happens rarely because diff-based patches are preferred these
13 <para>Install Ed by running the following commands:</para>
15 <para><screen><userinput>patch -Np1 -i ../ed-&ed-patch-version;.patch &&
16 ./configure --prefix=/usr &&
18 make install &&
19 mv /usr/bin/{ed,red} /bin</userinput></screen></para>