]> git.armaanb.net Git - sic.git/blobdiff - README
Initial config changes
[sic.git] / README
diff --git a/README b/README
index 51946c878fa87ce4f713a0f4f96f8bc18c0d3830..a54921bf0e486e4eceb8afd0e6da0579957ab30c 100644 (file)
--- 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.