From 5b5d65abceb3aea172a3aba81ba9e406a797f4e3 Mon Sep 17 00:00:00 2001 From: Filip Krawczyk Date: Tue, 20 Oct 2020 20:09:58 +0200 Subject: [PATCH] Add build instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e2123c4..83ec516 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,16 @@ [![style: effective dart](https://img.shields.io/badge/style-effective_dart-40c4ff.svg)](https://pub.dev/packages/effective_dart) A lemmy mobile client + + +## How to build + +Requirements: [flutter](https://flutter.dev/docs/get-started/install) installed and added to path + +``` +git clone https://github.com/krawieck/lemmur +cd lemmur +flutter build apk +``` + +the apk will be in `lemmur/build/app/outputs/flutter-apk/app-release.apk`