Skip to content

Commit 7483f1a

Browse files
committed
2 parents 261b51a + c32b8ec commit 7483f1a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ Snychronizing the subtitles with the movie is as easy as shown here:
1717

1818

1919
## Download
20-
You can download the latest release (.jar) from [here](https://github.com/vincemann/Subtitle-Buddy/releases).
20+
You can download the latest release from [here](https://github.com/vincemann/Subtitle-Buddy/releases).
2121

2222
## Installation
23-
No Installation required. Just place the [jar](https://github.com/vincemann/Subtitle-Buddy/releases) wherever you want
24-
and double-click to run it.
25-
Alternatively run java -jar *downloadedSubtitleBuddy.jar* in your terminal.
23+
No Installation required. Just unpack the [zip](https://github.com/vincemann/Subtitle-Buddy/releases) wherever you want
24+
and run the start script.
2625

2726
## Synchronisation
2827
There are two convient ways to synchronize the loaded subtitles (.srt) with the movie.
@@ -49,8 +48,8 @@ Supported font-types are .otf and .ttf.
4948

5049

5150
## Requirements
52-
Should run on every gui based OS, that has JRE 1.8 installed.
53-
Tested on Windows 7, Windows 10, Ubuntu 16.04, Ubunutu 18.04.
51+
Should run on every gui based OS, that has min JRE 1.8 installed.
52+
Tested on Windows 7, Windows 10, Ubuntu 16.04, Ubunutu 18.04. Debian 9.
5453
This program makes use of this [library ](https://github.com/kwhat/jnativehook) for capturing hotkeys and mouse clicks.
5554
See its "Software and Hardware Requirements" for additional details.
5655

@@ -63,13 +62,13 @@ It depends on your OS, whether the subtitles stay on top, when switching to full
6362

6463

6564
## Building from sources
66-
Only Works with JRE8 installed and active.
65+
Only Works with JDK8 installed and active.
6766
Simply download sources, navigate into the downlaoded folder and run the gradle wrapper from terminal with:
6867
./gradlew shadowJar
6968
or for windows users
7069
gradlew.bat shadowJar
71-
72-
The compiled jar will be in ./build/libs/\<name\>-\<version\>-all.jar
70+
Then see the requirements in build-zip.sh, fulfill these and run build-zip.sh.
71+
The platform dependent zip files are in ./build/libs/
7372

7473

7574

0 commit comments

Comments
 (0)