]> git.armaanb.net Git - sic.git/blobdiff - README
Makefile improvements
[sic.git] / README
diff --git a/README b/README
index 51946c878fa87ce4f713a0f4f96f8bc18c0d3830..efeb5ac0a54c636d1f8f5f7a256f4f59f3acab7d 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,5 @@
 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
@@ -9,20 +8,16 @@ 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.