Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1003 Bytes

INSTALL-LAUNCHER.md

File metadata and controls

29 lines (22 loc) · 1003 Bytes

Logo

Install and run the launcher

  • Download the latest release of the program from here
  • Extract the content of the zip file to a local folder.

On Windows OS

  • Execute the file "SimpleKF2ServerLauncher.jar" just by double click over the file or, as an alternative method, type next commands in a terminal.

Example

C:\> cd SimpleKF2ServerLauncher-local-folder
C:\SimpleKF2ServerLauncher-local-folder> java -jar SimpleKF2ServerLauncher.jar

NOTE: Replace SimpleKF2ServerLauncher-local-folder for the local folder that you want.

On Linux OS

  • Execute the file "SimpleKF2ServerLauncher.jar" with next commands in a terminal:

Example

$ cd SimpleKF2ServerLauncher-local-folder
$ java -jar SimpleKF2ServerLauncher.jar

NOTE: Replace SimpleKF2ServerLauncher-local-folder for the local folder that you want.


Back to main page here.