mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-06 08:21:36 +07:00
Update Hosting_a_Multiplayer_server.md (#6424)
* Update Hosting_a_Multiplayer_server.md * Update Hosting_a_Multiplayer_server.md
This commit is contained in:
@ -10,6 +10,14 @@ To do so, you must have a JDK installed.
|
|||||||
From the directory where the Unciv.jar file is located, open a terminal and run the following line:
|
From the directory where the Unciv.jar file is located, open a terminal and run the following line:
|
||||||
`java -cp Unciv.jar com.unciv.app.desktop.UncivServer`
|
`java -cp Unciv.jar com.unciv.app.desktop.UncivServer`
|
||||||
|
|
||||||
|
Don't forget to use 'cd' to switch to the correct dictionary. Here's an example in Windows.
|
||||||
|
```
|
||||||
|
D:
|
||||||
|
cd Games
|
||||||
|
cd unciv
|
||||||
|
java -cp Unciv.jar com.unciv.app.desktop.UncivServer
|
||||||
|
```
|
||||||
|
|
||||||
Your server has now started!
|
Your server has now started!
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user