Update README.md
This commit is contained in:
parent
94269cf7ac
commit
1a364a75f3
23
README.md
23
README.md
|
@ -2,15 +2,22 @@
|
||||||
|
|
||||||
Chat with your friends.
|
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)
|
2. Clone the repo
|
||||||
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
|
|
||||||
|
|
||||||
For help getting started with Flutter, view our
|
### Android / iOS
|
||||||
[online documentation](https://flutter.dev/docs), which offers tutorials,
|
|
||||||
samples, guidance on mobile development, and a full API reference.
|
3. `flutter run`
|
||||||
|
|
||||||
|
### Web
|
||||||
|
|
||||||
|
3. `flutter channel beta && flutter upgrade`
|
||||||
|
|
||||||
|
4. `flutter config --enable-web`
|
||||||
|
|
||||||
|
5. `flutter run`
|
||||||
|
|
Loading…
Reference in a new issue