updates
authorPekka Riikonen <priikone@silcnet.org>
Sun, 29 Apr 2001 14:28:52 +0000 (14:28 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 29 Apr 2001 14:28:52 +0000 (14:28 +0000)
README

diff --git a/README b/README
index 912bd5103d2e261a2bd68839b7cb9fa9df9f3189..e3b1608f0e340d1502033726cf3feea5120dbe7d 100644 (file)
--- a/README
+++ b/README
@@ -14,20 +14,19 @@ different compared to IRC.
 Running SILC
 ============
 
-The development version is still preliminary version and requires some
-work to get it working.  You should, first of all, check the example
-configuration files in ./doc/ directory.  Change them according to your
-needs.
+After installing the SILC to the system the SILC client is started by
+giving command:
 
-To run SILC client:
+       silc
 
-       cd silc
-       ./silc -f <config file>
+If you want to run with specific configuration file give -f option.
 
-To run SILC server
+To run the server you should configure the server first.  To run the
+server give the command:
 
-       cd silcd
-       ./silcd -f <config file>
+       silcd
+
+This will launch the server on to the background.
 
 
 SILC Commands