From 9996efa8e2010fd4ccfc357bc7e6240bda2edc69 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Wed, 17 May 2023 01:01:50 -0500 Subject: README: clarify system requirements Clarify what both a client and server system must have in order to run mini-RAT. Signed-off-by: Danny Holman --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4dbf7bc..3182024 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ inspiration from ![AsyncRAT](https://github.com/NYAN-x-CAT/AsyncRAT-C-Sharp). ## Installation and Deployment This project is split into two subprojects: the server (mratd) and client -(mrat-client). The Mini-RAT server (mratd) requires OpenSSL and POSIX threads. -The Mini-RAT client (mrat-client) only requires the C standard library. +(mrat). Both the server and reference client requires OpenSSL, but only the +server requires POSIX threads. The mratd server needs to run a master control server that all clients have access to, either on the Internet with port-forwarding or on the local network. -- cgit v1.2.3