From 0eb392e55d883e61c3a19752191dd228caec93b0 Mon Sep 17 00:00:00 2001 From: mivirl <> Date: Wed, 24 Jan 2024 23:08:44 -0600 Subject: [PATCH] Update README instructions --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4928fa5..6d3544d 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,13 @@ Use the included build script to retrieve and build direct dependencies: ./build.sh ``` +Then edit `build/_output/client/client.pl` and change `$server_ip` and +`$server_port` to match the ip and port of the server. + ## Deploying ### Server -To deploy on the server, you'll need to do transfer the `build/output/server` +To deploy on the server, you'll need to do transfer the `build/_output/server` directory to the remote system, then `cd` to that directory and run: ```sh @@ -38,7 +41,7 @@ directory to the remote system, then `cd` to that directory and run: ### Client -To deploy on the client, you'll need to do transfer the `build/output/client` +To deploy on the client, you'll need to do transfer the `build/_output/client` directory to the remote system, then `cd` to that directory and run: ```sh -- 2.39.5