From 460bd7f3dbab6f9749bae801e772f8c3ae368e24 Mon Sep 17 00:00:00 2001 From: Alex Huddleston Date: Wed, 21 Oct 2015 00:03:46 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 500efc5..ac4fdc5 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,7 @@ Reposity for the second CSCE 315 project compile the server with the folling command: g++ -std=c++11 -o server Board.cpp Server.cpp +run: +./server [port] + Client is still WIP.