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, cc is a C compiler. It can compile C code.
trying to be as small as possible while providing
a reliable service.
Requirements Requirements
------------ ------------
In order to build sis you need... a computer In order to build cc you need... a computer
Installation 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). 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): necessary as root):
make clean install make clean install
Running sis Usage
----------- -----------
By default, sis runs in daemon mode, if you want to avoid detaching use the -d option cc file
sis -d
Configuration
-------------
The configuration of sis is done by creating a custom config.h
and (re)compiling the source code.