Update README.md

This commit is contained in:
Christian Pauly 2020-01-03 08:28:17 +00:00
parent 94269cf7ac
commit 1a364a75f3
1 changed files with 15 additions and 8 deletions

View File

@ -2,15 +2,22 @@
Chat with your friends.
## Getting Started
[Install using F-Droid](https://mtrnord.gitlab.io/fluffychat-flutter-fdroid/fdroid/repo/)
This project is a starting point for a Flutter application.
## How to build
A few resources to get you started if this is your first Flutter project:
1. [Install flutter](https://flutter.dev)
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
2. Clone the repo
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
### Android / iOS
3. `flutter run`
### Web
3. `flutter channel beta && flutter upgrade`
4. `flutter config --enable-web`
5. `flutter run`