Author : Harald Simon <harald.simon@luebeck.netsurf.de>
Date   : Sat, 14 August 1999
Version: 1.1

Copyright (c) 1999 by Harald Simon



INSTALLATION OF TYPEWRITER

1. The program is delivered as a compressed tar file. To unpack and
untar the file use

	tar -xvtzf tt.tar.gz

2. Go into the directory tt, and give the file tt execute rights:

	chmod +x tt

3. Now the Typewriter can be invoked using:

	./tt

4. The first line of the file tt is

	#!/usr/bin/wish

Thus, if your wish is installed in a differnt directory, you have to change
the path, or create the link /usr/bin/wish to your wish distribution.

5. If you want to install Typewriter as a public program for all your users,
please create a file tt with the following line

	/your/path/to/tt/tt "$@"

within the desired directory, i.e. /usr/local/bin. The reason for this way is
to avoid a new environment variable, which is to include in the profile
of each user. Make shure that this file has also execute rigths. If you get 
a new version of Typewriter, you can install it in a different directory,
test it, and if you find that it is ok, just change this file to the 
new location.

