first commit

This commit is contained in:
Lorenzo Torres 2025-09-04 19:56:16 +02:00
commit 66d7627b44
8 changed files with 163 additions and 0 deletions

26
README Normal file
View file

@ -0,0 +1,26 @@
se - simple editor
============================
TODO: description
Requirements
------------
The only requirement is a posix compliant system with a C99
compiler and make.
Installation
------------
Edit config.mk to match your local setup (se is installed into
/usr/local by default).
Afterwards enter the following command to build and install se (if
necessary as root):
make clean install
Configuration
-------------
The configuration of se is done by creating a custom config.h
and (re)compiling the source code.