Text update

This commit is contained in:
Willem Cazander 2022-09-04 17:36:32 +02:00
parent a4dda5107e
commit de89d034ad
2 changed files with 7 additions and 4 deletions

View file

@ -28,7 +28,7 @@ Requirements;
* Setup [Hyperdrive](https://github.com/hyperspace-org/hyperdrive-service)
* Use an AdoptOpenJDK(11++) to run the demo.
* Run "mvn initialize" once to copy local lib to local m2 repro.
* Run "mvn -P lib-install initialize" once to copy local lib to local m2 repro.
### Project Launch Release
@ -38,7 +38,7 @@ When hyperdrive is running just start the jar file with;
### Project Launch IDE
Run "mvn package" once before starting.
Run "mvn package" after every git pull.
Run the main class from gdxapp4d-boot-desktop; love.distributedrebirth.gdxapp4d.boot.desktop.GDXAppDesktopLauncher