From: Ben Soares Date: Wed, 9 Oct 2019 13:51:24 +0000 (+0100) Subject: JAL-3456 fixed some backticks in README.md X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=768e96e05dacb734cb00dea163fa719c449c32b7;p=jalview.git JAL-3456 fixed some backticks in README.md --- diff --git a/README b/README.md similarity index 98% rename from README rename to README.md index 6e38365..3645b5c 100644 --- a/README +++ b/README.md @@ -16,7 +16,7 @@ gradle tasks possibly of interest to you: -`` +``` gradle jalviewjs # (should build the build/jalviewjs/site dir) gradle jalviewjsSiteTar # will produce build/distribution/site.tar.gz @@ -24,12 +24,14 @@ gradle jalviewjsSiteTar # will produce build/distribution/site.tar.gz gradle jalviewjsTranspile # should run a new eclipse compile+transpile gradle jalviewjsServerStart # will run a localhost http server to allow you to test the site in a browser. Just use the URL given in the output. To stop the server you have to do gradle --stop or you can just leave it running until the gradle daemon dies. -`` +``` If it's working okay, you just need to to -`gradle jalviewjs` -`gradle jalviewjsServerStart` +``` +gradle jalviewjs +gradle jalviewjsServerStart +``` and go to the localhost URL in the output. @@ -51,9 +53,9 @@ The tasks to try and run the transpiler are set up within the `equinoxLaunch` ta Dependencies are set up so you should only need to run -`` +``` gradle ideJalviewjsBuild -`` +``` to build the site in `build/jalviewjs/site`. However, this is failing because currently the eclipse build classes (found in `bin/main/... have also all failed.