From 512a98652fa823ea7d4e1c1afc1dc090aecdef2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de> Date: Mon, 29 Jul 2019 13:28:04 +0200 Subject: [PATCH] indentation --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c59e593..d5584de 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ Howto build ----------- ```bash - # change to plugin source code directory - $# cd ~/rosetta_migration_plugin_dummy +# change to plugin source code directory +$# cd ~/rosetta_migration_plugin_dummy - # create JAR file - $# jar cf rosetta_migration_plugin_dummy.jar . +# create JAR file +$# jar cf rosetta_migration_plugin_dummy.jar . ``` Howto install -- GitLab