Skip to content

Commit bb95f77

Browse files
committed
Updated README
1 parent 5a0ea7a commit bb95f77

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ Authenticate with Facebook. The console will provide a link to visit in order to
2424
This is more advanced and should only be used if you saved an authentication blob. The blob should have already been Base64-decoded.
2525

2626
## Run
27-
To run the program type `java -jar ./core/target/librespot-core-jar-with-dependencies.jar` from the project root folder.
27+
You can download the latest release from [here](https://github.com/librespot-org/librespot-java/releases) and then run `java -jar ./librespot-core-jar-with-dependencies.jar` from the command line.
2828

2929
## Build it
30-
This project uses [Maven](https://maven.apache.org/), after installing it you can compile with `mvn clean package` in the project root, if the compilation succeeds you'll be pleased with a JAR executable in `core/target`. Remember that you need to clone the project with its submodules (`git clone --recursive https://github.com/librespot-org/librespot-java`).
30+
This project uses [Maven](https://maven.apache.org/), after installing it you can compile with `mvn clean package` in the project root, if the compilation succeeds you'll be pleased with a JAR executable in `core/target`. Remember that you need to clone the project with its submodules (`git clone --recursive https://github.com/librespot-org/librespot-java`).
31+
32+
To run the newly build jar run `java -jar ./core/target/librespot-core-jar-with-dependencies.jar`.

0 commit comments

Comments
 (0)