updated README

This commit is contained in:
arg@mmvi 2006-09-26 14:32:24 +02:00
parent 1ad6394622
commit 089bad0eb0

4
README
View File

@ -1,11 +1,12 @@
sic - simple irc client sic - simple irc client
----------------------- =======================
sic is an extremly fast, small and simple irc client. It reads commands from sic is an extremly fast, small and simple irc client. It reads commands from
standard input and prints all server output to standard output. It multiplexes standard input and prints all server output to standard output. It multiplexes
also all channel traffic into one output, that you don't have to switch also all channel traffic into one output, that you don't have to switch
different channel buffers, that's actually a feature. different channel buffers, that's actually a feature.
Installation Installation
------------ ------------
Edit config.mk to match your local setup. sic is installed into Edit config.mk to match your local setup. sic is installed into
@ -16,6 +17,7 @@ Afterwards enter the following command to build and install sic
$ make clean install $ make clean install
Running sic Running sic
----------- -----------
Simply invoke the 'sic' command with the required arguments. Simply invoke the 'sic' command with the required arguments.