From e5ef771677120872ac42ed5488637e1250f7cd46 Mon Sep 17 00:00:00 2001 From: Helge Date: Mon, 25 Mar 2024 10:23:11 +0100 Subject: [PATCH] Fix md014 violations in README Change-Id: Ifefc3bae269d948d00f341db946a7525c95fee28 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8c3474a..7b6750b 100644 --- a/README.md +++ b/README.md @@ -26,22 +26,22 @@ Further dependencies are resolved using Maven. To build the latest version of Kalamar-Plugin-Export, do ... ```shell -$ git clone https://github.com/KorAP/Kalamar-Plugin-Export -$ cd Kalamar-Plugin-Export +git clone https://github.com/KorAP/Kalamar-Plugin-Export +cd Kalamar-Plugin-Export ``` ... and build the jar file ... ```shell -$ mvn clean package +mvn clean package ``` Afterwards the jar file is located in the `target/` folder and can be started with ... ```shell -$ java -jar KalamarExportPlugin-[VERSION].jar +java -jar KalamarExportPlugin-[VERSION].jar ``` Per default, this will start a server at `http://localhost:7777`. @@ -115,7 +115,7 @@ To change the configuration create a new config file and run the jar with the according filename as argument: ```shell -$ java -jar KalamarExportPlugin-[VERSION].jar myconf_exportPlugin.conf +java -jar KalamarExportPlugin-[VERSION].jar myconf_exportPlugin.conf ``` Alternatively a file named `exportPlugin.conf` can be stored in the