mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 05:14:32 -04:00
Fix wrong default folder name
This commit is contained in:
parent
47c7026dad
commit
23f55a959c
@ -32,7 +32,7 @@ Please note:
|
||||
* Have a Java JDK installed
|
||||
* Download the [latest UncivServer.jar](https://github.com/yairm210/Unciv/releases/latest/download/UncivServer.jar) (can also use that link to automatically update probably)
|
||||
* See options with `java -jar UncivServer.jar --help`
|
||||
* The server will run on a specified port (`-p`, default `80`), writing files in a folder (`-f`, default `./MultiplayerGames/`), so it needs appropriate permissions.
|
||||
* The server will run on a specified port (`-p`, default `80`), writing files in a folder (`-f`, default `./MultiplayerFiles/`), so it needs appropriate permissions.
|
||||
* Run it: `java -jar UncivServer.jar -p 8080 -f /some/folder/`
|
||||
* It basically just does simple file storage over HTTP.
|
||||
* Files are not cleaned automatically if a game ends or is deleted on the client-side
|
||||
|
Loading…
x
Reference in New Issue
Block a user