Skip to content

Commit 2860005

Browse files
committed
Adding pre-reqs / link for artifact download
1 parent 2fb1dc3 commit 2860005

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,19 @@ from [kcdc.info](http://www.kcdc.info/), and returns results about these talks.
2222

2323
#### Running
2424

25+
**Prerequisites:**
26+
* [Maven 3.x](https://maven.apache.org/index.html)
27+
* [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
28+
2529
Assemble the service:
2630

2731
```bash
2832
mvn clean package
2933
```
3034

35+
:bulb: If you have issues with building it locally due to your setup, you can download the
36+
server assembly [here](https://github.com/cchesser/java-perf-workshop/wiki/java-perf-workshop-server-1.0-SNAPSHOT.jar).
37+
3138
Start the workshop service:
3239

3340
```bash

0 commit comments

Comments
 (0)