Skip to content

Commit 230ffeb

Browse files
committed
Update README.md
1 parent 1cc9c10 commit 230ffeb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ for the game and expansions can be found at:
1010
A simple "./configure && make && make install" should suffice. You
1111
may need to install any development packages for libgtk.
1212

13-
To compile in order to run a multiplayer server, use "./configure --enable-server && make && make install". In order to run a server, you will need to install mysql. The game runs on port 16309.
13+
To compile in order to run a multiplayer server, use "./configure --enable-server && make && make install". Running the server program also requires that mysql be installed and a database be configured. You can import the mysqldump file 'rftg.sql' to set up the requisite tables.
1414

1515
### RUNNING
1616

@@ -27,7 +27,10 @@ etc with some command line options:
2727
You may also change these setting once the game is running with the
2828
"Select Parameters" option under the Game menu.
2929

30-
If you have compiled with the --enable-server option, you can launch the server program with "./server".
30+
If you have compiled with the --enable-server option, you can launch the server program with "./server". It accepts the following options:
31+
32+
-p <num> -- Port number (deault is 16309)
33+
-d <string> -- Database name (default is 'rftg')
3134

3235
### INTERFACE
3336

0 commit comments

Comments
 (0)