From d927bd0d803edf3cab03328d26e84259a54265c3 Mon Sep 17 00:00:00 2001 From: Daniel Aberger Date: Thu, 12 May 2016 13:12:26 +0200 Subject: [PATCH] translated README.md --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 84363c7..37081e3 100644 --- a/README.md +++ b/README.md @@ -24,20 +24,18 @@ Optionally you can download Livestreamer here: http://docs.livestreamer.io/insta You can move or copy this tool to any other location you like. The configuration is stored in a file named `config.dat` which, if present, has to be moved to the same location. -### Benutzung von jLSLauncher +### Usage of jLSLauncher -Doppelklick `jLSLauncher.jar`. -Sollte keine Datei-Assoziierung für `*.jar` Dateien im System hinterlegt sein, muss das Programm -über die Konsole/Shell mit folgendem Befehl gestartet werden: +Double click `jLSLauncher.jar`. +If there is no program associated to launching `*.jar` files, jLSLauncher has to be launched via console/shell with the following commands: * Windows: `java -jar X:\Pfad\zu\jLSLauncher.jar` * Linux: `java -jar /pfad/zu/jLSLauncher.jar` -Beim ersten Start von jLSLauncher öffnet sich zunächst nur ein *Datei öffnen*-Dialog. -Hier bitte einfach die zuvor entpackte `livestreamer.exe` auswählen. Rest sollte selbsterklärend sein. +At the first start of jLSLauncher a *Open file* dialog is displayed. You'll have to point this to the previously extracted `livestreamer.exe` or `livestreamer` binary file on Linux. ### Bug Reports -Bevorzugt bitte den Issue-Tracker nutzen: https://dev.ixab.de/da/jLSLauncher/issues -Alternativ Bug Reports bitte per Email an da-bugreport@ixab.de +Please use the Issue-Tracker at: https://dev.ixab.de/da/jLSLauncher/issues +Alternative method is to write a mail to da-bugreport@ixab.de -Für detaillierte Fehlermeldungen bitte das Programm über die Kommandozeile starten. +For detailed debug output, please start jLSLauncher via console or shell. \ No newline at end of file