Install instructions:
~~~~~~~~~~~~~~~~~~~~~

1) untar the archive:
   $ tar xfz ipinfo-1.2.tar.gz

2) chdir into the newly created directory:
   $ cd ipinfo-1.2

3) compile the command-line version
   $ make

4) install the program and its man page (you have to be root probably):
   # make install

5) run it:
   $ ipinfo 192.168.0.1
   $ ipmatch -t 192.168.0.1 192.168.0.0/24

Installation notes:
~~~~~~~~~~~~~~~~~~~
- if the program will not compile, try to play a bit with Makefile
- installation path is /usr/local/bin, if you want to change it, edit Makefile

Usage instruction:
~~~~~~~~~~~~~~~~~~
See manpage (man ipinfo, man ipmatch)

