You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fluffychat/README.md

24 lines
352 B
Markdown

5 years ago
# fluffychat
Chat with your friends.
5 years ago
[Install using F-Droid](https://mtrnord.gitlab.io/fluffychat-flutter-fdroid/fdroid/repo/)
5 years ago
5 years ago
## How to build
5 years ago
5 years ago
1. [Install flutter](https://flutter.dev)
5 years ago
5 years ago
2. Clone the repo
5 years ago
5 years ago
### Android / iOS
3. `flutter run`
### Web
3. `flutter channel beta && flutter upgrade`
4. `flutter config --enable-web`
5. `flutter run`