]> git.armaanb.net Git - sic.git/blob - README
updated README
[sic.git] / README
1 sic - simple irc client
2 =======================
3
4 sic is an extremly fast, small and simple irc client.  It reads commands from
5 standard input and prints all server output to standard output. It multiplexes
6 also all channel traffic into one output, that you don't have to switch
7 different channel buffers, that's actually a feature.
8
9
10 Installation
11 ------------
12 Edit config.mk to match your local setup. sic is installed into
13 /usr/local by default.
14
15 Afterwards enter the following command to build and install sic 
16 (if necessary as root):
17
18     $ make clean install
19
20
21 Running sic
22 -----------
23 Simply invoke the 'sic' command with the required arguments.
24
25
26 Configuration
27 -------------
28 No configuration is needed.