From 53203e35277ae461b12c38a75e4c4da3bfeb141c Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Thu, 28 Dec 2023 16:44:08 +1300 Subject: [PATCH] Add template for README --- README.md | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) 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