From 7282ef4052a9a7d14329962c132b52791e50c8ea Mon Sep 17 00:00:00 2001 From: Spaciv <168626669+spacive@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:04:14 +0000 Subject: [PATCH] Update Manual.md --- Manual.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Manual.md b/Manual.md index 3f34767..65ab2b4 100644 --- a/Manual.md +++ b/Manual.md @@ -1,8 +1,9 @@ How to use: Server: - Open file and change the host IP and the socket to whatever you choose default is 127.0.0.1 note: unsure whether host IP works for public IPs or any IP that is not the local machine + Open file and change the host IP and the socket to whatever you choose default is 127.0.0.1 + note: unsure whether host IP works for public IPs or any IP that is not the local machine If desired, change port on line 4. 5000 seems to work currently Big note: do not change port to a value lower than 1024. Generally, if the port is lower than 1024, the program will NOT run. Client: Change host IP and port to match the server. -Make sure you the server is running before you lauch the client. Launching the client before launching the server will not work, and you will have to relaunch the client. \ No newline at end of file +Make sure you the server is running before you lauch the client. Launching the client before launching the server will not work, and you will have to relaunch the client.