Skip to content

Commit

Permalink
Update README to explain <persistent-dir>
Browse files Browse the repository at this point in the history
Updated the instructions for how to call run_server.sh now that the command line arguments have changed.
  • Loading branch information
vaage authored Apr 11, 2017
1 parent dd05280 commit a128034
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ JAVA&nbsp;7 when working with this project.
the following two commands in separate shells:

```
$ sh run_server.sh <team_id> <team_secret> <port>
$ sh run_server.sh <team_id> <team_secret> <port> <persistent-dir>
$ sh run_client.sh <host> <port>
```

Expand All @@ -58,6 +58,8 @@ JAVA&nbsp;7 when working with this project.
```
if the port is already in use.
+ `<persistent-dir>`: the path where you want the server to save data between
runs.
The startup arguments for `run_client.sh` are the following:
+ `<host>`: the hostname or IP address of the computer on which the server
Expand Down

0 comments on commit a128034

Please sign in to comment.