From 0e83e20fab828fa2f84b2d8b359b4147e3da46f5 Mon Sep 17 00:00:00 2001 From: m-iancu <mihnea.iancu88@gmail.com> Date: Sat, 23 Apr 2016 19:07:54 +0200 Subject: [PATCH] udpated readme --- mmt-stex/examples/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/mmt-stex/examples/README.md b/mmt-stex/examples/README.md index 3aea0e3..70b89c7 100644 --- a/mmt-stex/examples/README.md +++ b/mmt-stex/examples/README.md @@ -22,4 +22,14 @@ bin/mmt.jar :mmttex gen latex-in-mmt/example.mmt and, respectively: ``` bin/mmt.jar :mmttex merge latex-in-mmt/example.mmt -``` \ No newline at end of file +``` + +# Installation +This functionality is part of the MathHub system, it can be installed manually using the jar provided and installing LaTeXML. +However, the recommended way of using installing is as part of the localmh bundle. See the installation instructions [here](https://github.com/KWARC/localmh_docker). +Then, mmt can be used using the command `lmh mmt`, e.g. the merge command above can be run using: +``` +lmh mmt :mmttex merge latex-in-mmt/example.mmt +``` + + -- GitLab