From c0f1b74a48f9c642ff551baef8a6da5208ec7199 Mon Sep 17 00:00:00 2001 From: Lorenzo Torres Date: Sun, 30 Nov 2025 16:06:20 +0100 Subject: [PATCH] fixed README --- README | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) 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