fixed README

This commit is contained in:
Lorenzo Torres 2025-11-30 16:06:20 +01:00
parent f1675bca76
commit c0f1b74a48

23
README
View file

@ -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