bohmber closed pull request #6: improved markdown URL: https://github.com/apache/myfaces-tobago/pull/6
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/readme.md b/readme.md index 2b7645d6f..a4e5a6079 100644 --- a/readme.md +++ b/readme.md @@ -1,19 +1,23 @@ # Apache Tobago -Building --------- +## Building + You need Maven 3 (at least 3.0.4) and Java 8 or 9 to build Tobago. -In the main directory you can use +In the project directory you can use: + +``` +mvn install - mvn install +``` to run the install target on all sub projects. This will put all necessary artifacts into your local repository. -Demo ----- +## Demo -In the directory tobago-example/tobago-example-demo call: +In the directory `tobago-example/tobago-example-demo` call: +``` mvn jetty:run +``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
