diff --git a/README.md b/README.md index 1d8c120..4af8a5a 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,23 @@ -# zenith +# Zenith -A new Flutter project. +A matrix client for Android. -## Getting Started +[Play store link here](https://doesnt.exist.yet) +[F-droid link here](https://doesnt.exist.yet) -This project is a starting point for a Flutter application. +# Screenshots -A few resources to get you started if this is your first Flutter project: +# Features -- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) +# How to Build -For help getting started with Flutter development, view the -[online documentation](https://docs.flutter.dev/), which offers tutorials, -samples, guidance on mobile development, and a full API reference. +First install dependencies: +``` +flutter pub get +``` + +Then build the apk: + +``` +flutter build apk +``` \ No newline at end of file