DEADSOFTWARE

Update version
[cavedroid.git] / README.md
index ec43d0f65824cd6b6e0d71b72dc3b7c57d2bdcdb..684c5a354316afe22a10f1134a69e5e7848ab072 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,12 +1,17 @@
-# CaveCraft
-[![Build Status](https://travis-ci.org/fredboy/cavecraft.svg?branch=master)](https://travis-ci.org/fredboy/cavecraft)
-[![Releases](https://img.shields.io/github/release/fredboy/cavecraft.svg)](https://github.com/fredboy/cavecraft/releases/latest) <br>
+# CaveDroid
+[![Android CI](https://github.com/fredboy/cavedroid/actions/workflows/android.yml/badge.svg)](https://github.com/fredboy/cavedroid/actions/workflows/android.yml)
+[![GitHub Tag](https://img.shields.io/github/v/tag/fredboy/cavedroid)](https://github.com/fredboy/cavedroid/tags) <br>
 2D Minecraft clone for Android and Desktop. <br>
 Written in Java using libGDX framework. <br>
+## Binary releases
+You can download apk and jar from here: <br>
+<https://fredboy.ru/pub/cavedroid/>
 ## Build instructions
 ### Android
+To build for Android use <br>
 `./gradlew android:assemble` <br>
 ### Desktop
+To build for Desktop use <br>
 `./gradlew desktop:dist` <br>
 ***
 On Windows, use `gradlew.bat` instead of `./gradlew`