Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sgloutnikov authored Mar 6, 2018
1 parent 4a09203 commit b422c5c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ To build an executable jar for the Client run: gradlew jarClient

You will find the resulting client jar inside ./build/libs.

### Running the Server & Client

* ##### Server

Run the server in the command line with: java -jar <server jar>

* ##### Client

Run the client in the command line with: java -jar <client jar>

When prompted for a port, enter a port that is available on your system.

### Group members:

Expand Down

0 comments on commit b422c5c

Please sign in to comment.