Skip to content

Commit

Permalink
fix: fixed a typo in the provided startup command (readme)
Browse files Browse the repository at this point in the history
  • Loading branch information
n0y committed Dec 7, 2022
1 parent af26914 commit 93f767b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ There're two options running the Mediatheken DLNA Bridge: Local installation, or

* Download latest tar.gz from the [RELEASES] page.
* unpack it
* run the provided JAR file with `java -jar mediatheken-dlna-brige.jar`.
* run the provided JAR file with `java -jar mediatheken-dlna-bridge.jar`.
* you may give a java parameter `-Xmx256m` or so for a memory limit. The memory will be used for a lucene query cache.
Giving it more than 512MB doesn't improve things.

Expand Down

0 comments on commit 93f767b

Please sign in to comment.