Merge pull request #4 from aguibert/generate-ide-files

Update readme to recommend libertyStart since libertyRun is broken
This commit is contained in:
Andrew Guibert 2017-12-15 20:58:27 -06:00 committed by GitHub
commit f5b0fc467e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ Bluemix toolchain automatically deploys the current `project-tron/project-tron:m
Builds the webapp, starts liberty server, and deploys app to server. Once app is running, opens web browser
```
./gradlew libertyRun
./gradlew libertyStart open
```
Any code changes that are made in an eclipse environment with auto-build enabled will automatically publish content to the loose application, meaning no server restarts should be required between code changes.