README
author Connor Lane Smith <cls@lubutu.com>
Fri Apr 20 00:15:32 2012 +0100 (3 weeks ago)
changeset 115 cad6e1c21371
parent 47 563dffb7b4a3
permissions -rw-r--r--
a few corrections to manpage
     1 sic - simple irc client
     2 =======================
     3 sic is an extremly fast, small and simple irc client.  It reads commands from
     4 standard input and prints all server output to standard output. It multiplexes
     5 also all channel traffic into one output, that you don't have to switch
     6 different channel buffers, that's actually a feature.
     7 
     8 
     9 Installation
    10 ------------
    11 Edit config.mk to match your local setup. sic is installed into
    12 /usr/local by default.
    13 
    14 Afterwards enter the following command to build and install sic 
    15 (if necessary as root):
    16 
    17     $ make clean install
    18 
    19 
    20 Running sic
    21 -----------
    22 Simply invoke the 'sic' command with the required arguments.