From 0540b33706e547e597c33035a0dc42efe2997b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20K=C3=B6ster?= Date: Mon, 5 Nov 2018 12:16:58 +0100 Subject: [PATCH] Improve readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5a3791d..b7c69c3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # mps-dot The Graphviz Dot language as a Jetbrains MPS language + +The currently supported MPS version is **2018.2.1**. + +The provided text generator language requires the mps-plaintextgen plugin from + + https://github.com/DSLFoundry/mps-plaintextgen/ + + +Build this language as a plugin via + +`ant -Dmps_home=PATH_TO_'MPS-2018.2.1-generic' -Dpath__plaintextgen=PATH_TO_PLAINTEXTGEN_PLUGIN -file build.xml`