Installation instructions for XED
---------------------------------

The XED distribution should have come with an executable file called
"xed".  Move it to somewhere in your PATH, and invoke XED by typing
"xed".  (Tough, huh?)

If the file "xed" is lost, or if the source .tcl files are modified,
regenerate "xed" by typing "make".  This requires GNU Make, which on
some systems is called "gmake".

The file "xed.man" is the man page for XED.  You might want to install
it somewhere in your MANPATH.  For example:
% mv xed.man /usr/local/man/man1/xed.1

To place XED in a web page as a Tclet, rename it to "xed.tcl", move it
to a Web-accessible directory, and add something like the following HTML
to a web page in the same directory:
<EMBED SRC=xed.tcl WIDTH=700 HEIGHT=500
       PLUGINSPAGE=http://www.scriptics.com/software/plugin.html></EMBED>

To run XED on a Windows or Macintosh machine, download Tcl/Tk from
www.scriptics.com, start up Wish, and load the file "xed" by choosing the
"Source..." menu item.
