JAL-3456 fixed some backticks in README.md
authorBen Soares <bsoares@dundee.ac.uk>
Wed, 9 Oct 2019 13:51:24 +0000 (14:51 +0100)
committerBen Soares <bsoares@dundee.ac.uk>
Wed, 9 Oct 2019 13:51:24 +0000 (14:51 +0100)
README.md [moved from README with 98% similarity]

similarity index 98%
rename from README
rename to README.md
index 6e38365..3645b5c 100644 (file)
--- 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.