From 90f5d5f5c507c80d8b4352824b22050acbffe7e2 Mon Sep 17 00:00:00 2001 From: Josia Pietsch Date: Tue, 12 Nov 2024 00:20:03 +0100 Subject: [PATCH] update README.md --- BUILD.md | 2 ++ README.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/BUILD.md b/BUILD.md index 5f62a30..ac1f11d 100644 --- a/BUILD.md +++ b/BUILD.md @@ -11,6 +11,8 @@ cd Launcher ./gradlew build ``` +Note that you need to sign the apk. + See [this guide](https://developer.android.com/build/building-cmdline) for further instructions. diff --git a/README.md b/README.md index 3379726..334e6fc 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ [![][shield-release]][latest-release] +[![Android CI](https://github.com/jrpie/Launcher/actions/workflows/android.yml/badge.svg)](https://github.com/jrpie/Launcher/actions/workflows/android.yml) [![][shield-license]][license] [![Chat on Matrix](https://matrix.to/img/matrix-badge.svg)][matrix] [![Chat on Discord](https://img.shields.io/badge/discord-join%20chat-007ec6.svg?style=flat)][discord] + # μLauncher @@ -39,6 +41,7 @@ There are several ways to contribute to this app: - Open a new pull request. +See [BUILD.md](BUILD.md) for instructions how to build this project. ## Notable changes compared to [Finn's Launcher][original-repo]: