From 524b2ac121fda902b0ff858824963eeef3caf206 Mon Sep 17 00:00:00 2001 From: William Bracho Blok Date: Wed, 14 Oct 2015 18:55:48 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 239712e..01831ad 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ How to use these files to see example: 2) compile each file on separatedly and make two object files using g++ command as follows (on either window): g++ server.C -o server + g++ client.C -o client 3) start the server first, run the server object file with a port number (some number between 2000 and 65535) in the server window (just pick one of the two). For example: ./server 51717