lemmur-app-android/README.md

20 lines
546 B
Markdown

# lemmur
[![](https://github.com/krawieck/lemmur/workflows/ci/badge.svg)](https://github.com/krawieck/lemmur/actions)
[![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`