X-Git-Url: https://git.armaanb.net/?p=sic.git;a=blobdiff_plain;f=README;h=a54921bf0e486e4eceb8afd0e6da0579957ab30c;hp=ee5ecacc5c90e24badab8742b910f896a84cc89a;hb=HEAD;hpb=48fc6f1b10cd15aad621c8c0216864edf94f4300 diff --git a/README b/README index ee5ecac..a54921b 100644 --- a/README +++ b/README @@ -1,20 +1,21 @@ 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