jenkins-bot has submitted this change and it was merged. Change subject: Massage documentation formatting ......................................................................
Massage documentation formatting This improves readability of the Markdown docs: * Fixes rendering of less-than and greater-than HTML symbols * Breaks out shell commands to code blocks Change-Id: I0223f1290ee595c2629f25dcf580fa971720ccbf --- M dist/README.md 1 file changed, 11 insertions(+), 3 deletions(-) Approvals: Manybubbles: Looks good to me, approved jenkins-bot: Verified diff --git a/dist/README.md b/dist/README.md index 4a0431c..2afa23a 100644 --- a/dist/README.md +++ b/dist/README.md @@ -9,7 +9,7 @@ mvn package ``` -This handles all the prerequisites, and creates a distributable *.zip* package in *./dist/target/service-<version>.zip*. This package contains Blazegraph, Wikidata RDF Query extensions and libraries, and scripts to run both Blazegraph and the updater tool: +This handles all the prerequisites, and creates a distributable *.zip* package in *./dist/target/service-<version>zip*. This package contains Blazegraph, Wikidata RDF Query extensions and libraries, and scripts to run both Blazegraph and the updater tool: ``` service-<version> @@ -21,6 +21,14 @@ └── RWStore.properties ``` -Extract this package somewhere, and fire up Blazegraph with `runBlazegraph.sh`. +Extract this package somewhere, and fire up Blazegraph: -Optionally extract this package somwhere else, and launch the updater tool via `./runUpdater.sh`. +```bash +$ ./runBlazegraph.sh +``` + +Optionally extract this package somwhere else, and launch the updater tool: + +```bash +$ ./runUpdater.sh +``` -- To view, visit https://gerrit.wikimedia.org/r/205292 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0223f1290ee595c2629f25dcf580fa971720ccbf Gerrit-PatchSet: 1 Gerrit-Project: wikidata/query/rdf Gerrit-Branch: master Gerrit-Owner: Jdouglas <[email protected]> Gerrit-Reviewer: Manybubbles <[email protected]> Gerrit-Reviewer: Smalyshev <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
