Installation instructions for aspbm.

Requirements
--------------------------------------------------------------
Nothing particular :)


Installation
--------------------------------------------------------------

ATTENTION : If aspbm 0.7 is installed, remove the configuration 
file, ~/.aspbmrc. 
aspbm 0.8 uses diferent keys in configuration file, and will not
work with the old configuration file, it will core dump.

1) % tar -zxvf aspbm-0.X.tar.gz
2) % cd aspbm
3) % make
4) % make install --> as root
   or copy 'aspbm' somewhere in your $PATH like /usr/local/bin
   and copy 'aspbm.1' somewhere in your $MANPATH like
   /usr/local/man/man1;
5) % make user --> as user
   or mkdir ~/.aspbmlogs
6) % aspbm & (or aspbm -h for help)

Be sure to read the HINTS and TODO files too!
