mirror of
https://github.com/krawieck/lemmur/
synced 2024-12-24 15:21:07 +01:00
Add build instructions
This commit is contained in:
parent
c762aa7239
commit
5b5d65abce
13
README.md
13
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)
|
[![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`
|
||||||
|
Loading…
Reference in New Issue
Block a user