summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files 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.