diff --git a/README.md b/README.md index 77deb905c0493d0ce26796072143fd6fd96e0544..7e0e78f43487b506076424fac44c9978569ef9e9 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