The procedure how to install tagline

First of all you need to untar the program..(I suppose you already did it,
because you are reading this :)) but anyway some1 might learn tar

tar xzvvf tagline1.0.tar.gz

cd tagline
make

if you don't have /usr/local/bin set as 777 :) - read write execute for
everybody you need to get root privileges. (su root)

make install

then the tagline program is copied in /usr/local/bin, change the location if
you want in the Makefile

now you have to configure tagline. there is a taglines file which includes
some taglines, just put it somewhere and share it with your friends.. I'll
like the /usr/lib/tagline directory :) next thing you need to do is the
config file. Every user needs this file or the program won't work :(
I included a simple.tagrc so you can just copy the file in your ~ and rename
it in .tagrc. Edit the config and put the directory location of taglines file
to the one you made.

Since tagline runs now in crontab, I think I should tell you how to install
it there :)
First you need to be logged as your user. No su or something. then run
crontab with the option -e so
# crontab -e

and will be put in the editor and now you can install your tagline entry in
crontab.
It should be something like this

SHELL=/bin/sh
* * * * *   /usr/loca/bin/tagline

This means that the tagline will run every minute and change your
~/.signature file. If you think you make your system to busy with that you
can always set other options. For more crantab options check the man page.
It is so nicely described in there.
man crontab - for main crontab usage

and I think on most systems 
man 5 crontab - for crontab file entries.


Thats all.. enjoy tagline
