Zenith/README.md

26 lines
301 B
Markdown

# Zenith
A matrix client for Android.
TODO: Add play store + f-droid store links.
# Screenshots
TODO: Add screenshots.
# Features
TODO: Add feature list.
# How to Build
First install dependencies:
```
flutter pub get
```
Then build the apk:
```
flutter build apk
```