Jdouglas has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/205292

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikidata/query/rdf 
refs/changes/92/205292/1

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-&lt;version&gt;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: newchange
Gerrit-Change-Id: I0223f1290ee595c2629f25dcf580fa971720ccbf
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/rdf
Gerrit-Branch: master
Gerrit-Owner: Jdouglas <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to