From 61660684ae3df61d6c4b7ab36c8820e2ef32409a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de>
Date: Thu, 17 Oct 2019 15:14:34 +0200
Subject: [PATCH] added build information

---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index 77deb90..7e0e78f 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,18 @@ This plugin does NOT run an actual migration, it was created to TEST Rosetta's P
 Howto build
 -----------
 
+You can build the plugin by using the "make" tool:
+
+```bash
+# build the plugin JAR file
+$# make build
+
+# clean the build result
+$# make clean
+```
+
+Alternatively, you can also build the plugin using manual steps:
+
 ```bash
 # change to plugin source code directory
 $# cd ~/rosetta_migration_plugin_dummy
-- 
GitLab