Update README.md

This commit is contained in:
Alex Huddleston 2015-10-21 00:03:46 -05:00
parent ef3bdea3ba
commit 460bd7f3db

View file

@ -4,4 +4,7 @@ Reposity for the second CSCE 315 project
compile the server with the folling command: compile the server with the folling command:
g++ -std=c++11 -o server Board.cpp Server.cpp g++ -std=c++11 -o server Board.cpp Server.cpp
run:
./server [port]
Client is still WIP. Client is still WIP.