Skip to content

Commit 3cc5633

Browse files
author
mooser
committed
Updated README appropriately
1 parent e2acf6d commit 3cc5633

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
How to run:
2-
1) Extract the tarball
3-
2) Compile the code (javac *.java)
4-
3) Start the server (java ConnectFour server)
5-
4) Start the client (java ConnectFour client <IP> <PORT>)
2+
1) Build the project (ant)
3+
2) Change directories into your distro directory (cd build/dist)
4+
3) Start the server (java -jar *JARNAME*.jar server)
5+
4) Start the client (java -jar *JARNAME*.jar client <IP> <PORT>)
66

77

88
Important notes:

0 commit comments

Comments
 (0)