1
0
mirror of https://github.com/krawieck/lemmur/ synced 2024-12-24 15:21:07 +01:00

Add build instructions

This commit is contained in:
Filip Krawczyk 2020-10-20 20:09:58 +02:00 committed by GitHub
parent c762aa7239
commit 5b5d65abce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,3 +4,16 @@
[![style: effective dart](https://img.shields.io/badge/style-effective_dart-40c4ff.svg)](https://pub.dev/packages/effective_dart) [![style: effective dart](https://img.shields.io/badge/style-effective_dart-40c4ff.svg)](https://pub.dev/packages/effective_dart)
A lemmy mobile client 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`