Zepha/docs/Executing.md

22 lines
590 B
Markdown
Raw Normal View History

2020-11-04 16:59:10 -08:00
# Executing Zepha
## Linux
### Executing The Client
Run `./Zepha` in the build directory, or double click the executable (in supported file managers).
### Executing The Server With a Specified Subgame
Run `./Zepha --mode=server --subgame=subgame_name` in the build directory.
## Windows
### Executing The Client
Double click the Zepha.exe executable in the build directory.
### Executing The Server With a Specified Subgame
2020-11-04 20:53:29 -08:00
Open PowerShell in the build directory (Shift + Right click the folder, and press Open PowerShell), and run `.\Zepha --mode=server --subgame=subgame_name`.