diff --git a/README b/README index 17ccbb6..47167e6 100644 --- a/README +++ b/README @@ -1,33 +1,24 @@ -sis - simple imap server +cc - C compiler ============================ -sis is an IMAP server, following the unix philosophy, -trying to be as small as possible while providing -a reliable service. +cc is a C compiler. It can compile C code. Requirements ------------ -In order to build sis you need... a computer +In order to build cc you need... a computer Installation ------------ -Edit config.mk to match your local setup (sis is installed into +Edit config.mk to match your local setup (cc is installed into the /usr/local namespace by default). -Afterwards enter the following command to build and install sis (if +Afterwards enter the following command to build and install cc (if necessary as root): make clean install -Running sis +Usage ----------- -By default, sis runs in daemon mode, if you want to avoid detaching use the -d option - sis -d - - -Configuration -------------- -The configuration of sis is done by creating a custom config.h -and (re)compiling the source code. +cc file