X-Git-Url: https://git.armaanb.net/?p=sic.git;a=blobdiff_plain;f=README;h=a54921bf0e486e4eceb8afd0e6da0579957ab30c;hp=51946c878fa87ce4f713a0f4f96f8bc18c0d3830;hb=HEAD;hpb=089bad0eb0b823996c573764f7fe0bcb90ac5beb diff --git a/README b/README index 51946c8..a54921b 100644 --- a/README +++ b/README @@ -1,28 +1,23 @@ sic - simple irc client ======================= - -sic is an extremly fast, small and simple irc client. It reads commands from +sic is an extremely 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. +also all channel traffic into one output so 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. +Edit the Makefile or override the flags 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 + $ make + # make install Running sic ----------- Simply invoke the 'sic' command with the required arguments. - - -Configuration -------------- -No configuration is needed.