Skip to content

Commit

Permalink
Fix md014 violations in README
Browse files Browse the repository at this point in the history
Change-Id: Ifefc3bae269d948d00f341db946a7525c95fee28
  • Loading branch information
hebasta committed Mar 25, 2024
1 parent c9267b7 commit e5ef771
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e5ef771

Please sign in to comment.