Installation Instructions
--------------------------------------------------------------------------------

Installation of portwatch is very simple:

tar -zxvf portwatch-xxx.tar.gz	/* Unpack the archive */
cd portwatch-xxx
make	/* Build the binaries */
make install	/* Installs */

By default, the program is installed in /usr/local/sbin.  Change the Makefile
appropriately to alter this location.

Additional details of use/installation can be found in the README.
