From f8790d776bcafb3cc5dc8a6149416d1bbbd04f48 Mon Sep 17 00:00:00 2001 From: Max <51083570+DRdrProfessor@users.noreply.github.com> Date: Sun, 14 Jan 2024 20:28:40 +0100 Subject: [PATCH] Last update readme --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 27f90b4..7e8af84 100644 --- a/readme.md +++ b/readme.md @@ -1,18 +1,18 @@ # NetEx Small server & client project for linux. -# Contains +## Contains - [x] Unix sockets - [ ] Multithreading (pthreads) - [ ] Configuration (JSON format) - [ ] Secure connection (OpenSSL) - [ ] Encryption (OpenSSL) -# Build +## Build - CMake - Ninja - Make -# Dependencies +## Dependencies - JSON-C - OpenSSL