]> git.armaanb.net Git - sic.git/blobdiff - README
README: fix a minor typo and make a small rewording
[sic.git] / README
diff --git a/README b/README
index ee5ecacc5c90e24badab8742b910f896a84cc89a..a54921bf0e486e4eceb8afd0e6da0579957ab30c 100644 (file)
--- a/README
+++ b/README
@@ -1,20 +1,21 @@
 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 extremely 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
-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
 ------------
 
 
 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):
 
 
 Afterwards enter the following command to build and install sic 
 (if necessary as root):
 
-    $ make clean install
+       $ make
+       # make install
 
 
 Running sic
 
 
 Running sic