*nix:
-------------------------------------------------------------------------------

Tkhangman can be run from the current directory. Just type:
	tkhangman

-------------------------------------------------------------------------------

Alternatively, the default installation directory is
'/usr/local/lib/tkhangman', so copy the files there.

	mkdir /usr/local/lib/tkhangman
	cp -a * /usr/local/lib/tkhangman

Link to the executable and go.

ln -s /usr/local/lib/tkhangman/tkhangman /usr/local/bin/tkhangman/tkhangman

-------------------------------------------------------------------------------

To change the wordlist, simply add your own to the file 'words', or link to
an existing dictionary.

	cd /usr/local/lib/tkhangman
	mv words words.backup
	ln -s /usr/share/dict/linux.words words

-------------------------------------------------------------------------------

TkHangman doesn't work with tcl/tk 8.0. - I use version 8.3.3, and
have run it with 8.2.1. - Apologies to anyone inconvenienced.
It should be fairly trivial making it run with earlier versions, but anyone
wanting a hand is welcome to mail me.

-------------------------------------------------------------------------------

windows:

install Tcl (I use tcl832.exe) and rename tkhangman->tkhangman.tcl

-------------------------------------------------------------------------------
