Add download links to readme (#779)

* Add download links to readme

Lazy folks like me need links to do anything :p

* changed from Oracle JDK, which requires an account now

boo Oracle
This commit is contained in:
Stephen Owen
2019-10-05 19:26:07 -04:00
committed by Anuken
parent c95fa25b60
commit 0eb61e601b

View File

@ -13,7 +13,7 @@ _[Wiki](https://mindustrygame.github.io/wiki)_
Bleeding-edge live builds are generated automatically for every commit. You can see them [here](https://github.com/Anuken/MindustryBuilds/releases). Old builds might still be on [jenkins](https://jenkins.hellomouse.net/job/mindustry/).
If you'd rather compile on your own, follow these instructions.
First, make sure you have Java 8 and JDK 8 installed. Open a terminal in the root directory, `cd` to the Mindustry folder and run the following commands:
First, make sure you have (https://www.java.com/en/download/)[Java 8] and (https://adoptopenjdk.net/)[JDK 8] installed. Open a terminal in the root directory, `cd` to the Mindustry folder and run the following commands:
#### Windows