Skip to content
This repository was archived by the owner on Sep 19, 2021. It is now read-only.

Commit a128034

Browse files
authored
Update README to explain <persistent-dir>
Updated the instructions for how to call run_server.sh now that the command line arguments have changed.
1 parent dd05280 commit a128034

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ JAVA&nbsp;7 when working with this project.
3737
the following two commands in separate shells:
3838

3939
```
40-
$ sh run_server.sh <team_id> <team_secret> <port>
40+
$ sh run_server.sh <team_id> <team_secret> <port> <persistent-dir>
4141
$ sh run_client.sh <host> <port>
4242
```
4343

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

0 commit comments

Comments
 (0)