--------------------------------------------------------------------------
 I n s t a l l a t i o n 
--------------------------------------------------------------------------
 
 Make sure you have Eterm and (optionally) colortail installed

 Eterm -> http://www.eterm.org
 colortail -> http://www.student.hk-r.se/~pt98jan/colortail.html

 Then go ahead and install paralogger

 Linux

 $ ./configure
 $ su
 # make install

 FreeBSD

 May work with FreeBSD /bin/sh, otherwise specify to use BASH instead

 Edit the MANDIR in the makefile 

 $ ./configure
 $ su
 # make install

 Usage 

 Run paralogger with something like: "paralogger -v /var/log/messages" 
 to test if it works with the default options.

 Please refer to the man page and the html documentation for further 
 information.

 Troubleshooting 

 In general if something goes wrong you may want to use "paralogger -vv" 
 for more verbose output of what is going on.

