aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..3bcb3d0
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,13 @@
+# MOA ZS
+
+## Prepare Repo
+
+Some dependencies are not in the mvn central repo. You need to install
+those dependencies to your local maven repository with `mvn install`.
+Check `pom.xml` and follow the instructions.
+
+## Compile & Test
+
+```
+mvn test
+```