Add an Install section to the README
Opened this issue · 0 comments
fabio-t commented
Must specify:
-
how to download, possibly with direct link (tricky for release version but must figure out a way)
-
requirements, eg Java 8 (direct link to installation? Write howto in Wiki?)
-
how to run: must provide a
run.sh
andrun.bat
for respectively Linux/Mac and Windows. Internally these should runjava -jar alone-rl-XXX.jar
-
bonus points: actually release the game with
launch4j
orIzPack
to make the process simpler to the user