From 7491366658daec9d46cc54069541bf7f55ba58c8 Mon Sep 17 00:00:00 2001 From: Ormek <56127246+Ormek@users.noreply.github.com> Date: Thu, 3 Oct 2019 18:10:36 +0200 Subject: [PATCH] Fixed link to "bleeding edge live builds." (#768) Old target (Jenkins) says that it is no longer up to date and that we should look at github instead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f92f2b9a96..562f645c4f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ _[Wiki](https://mindustrygame.github.io/wiki)_ ### Building -Bleeding-edge live builds are generated automatically for every commit. You can see them [here](https://jenkins.hellomouse.net/job/mindustry/). +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: