From 6d5d810f0d494a9928b3b34bc9dc7e145c57d1f6 Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 22 Nov 2024 14:57:47 +0100 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5117a2c..99467a9 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ This project has the following dependencies: - readline(-dev?) (no idea how to install) - gcc - make -It probably works from C99 to C2X. + +The project probably works from C99 to C2X. ### Caution This project won't compile on your local PC because `rlib.h` is missing. This is my bundle of libraries that I regularely use. I will add this later as 3rd party lib. Maybe I will cherry pick only the functions that SORM uses out of it to keep the source clean, else I will have thousands of lines nothing to do with this project in the source.