lemmur-app-android/README.md

20 lines
546 B
Markdown
Raw Normal View History

2020-08-02 13:34:42 +02:00
# lemmur
2020-08-02 19:28:42 +02:00
[![](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)
2020-08-02 19:28:42 +02:00
2020-08-02 13:54:50 +02:00
A lemmy mobile client
2020-10-20 20:09:58 +02:00
## 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`