diff options
| author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-17 18:17:31 +0200 |
|---|---|---|
| committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-17 18:17:31 +0200 |
| commit | 759063908d19e592f0d3bb3759964cec35114c8c (patch) | |
| tree | b9d9c176b7388f9696b9c9c8102daa297ac8c775 /README | |
| download | cic-759063908d19e592f0d3bb3759964cec35114c8c.tar.gz | |
initial commit
Diffstat (limited to 'README')
| -rw-r--r-- | README | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -0,0 +1,26 @@ +sic - simple irc client +----------------------- + +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 +also all channel traffic into one output, that you don't have to switch +different channel buffers, that's actually a feature. + +Installation +------------ +Edit config.mk to match your local setup. sic is installed into +/usr/local by default. + +Afterwards enter the following command to build and install sic +(if necessary as root): + + $ make clean install + +Running sic +----------- +Simply invoke the 'sic' command with the required arguments. + + +Configuration +------------- +No configuration is needed. |
