From ad0b3d59b9e1613dd95e9199d5cb78edc0706884 Mon Sep 17 00:00:00 2001 From: Nutcake Date: Fri, 5 May 2023 18:55:47 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a22ea10..a82107d 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,14 @@ # Contacts++ Messenger App for Neos VR contacts. + +[Get it here](https://github.com/Nutcake/contacts-plus-plus/releases/latest) + +## Building + +This is a standard Flutter application, refer to the [Flutter docs](https://docs.flutter.dev/get-started/install) on how to build it. + +Currently only Android is supported. + +In theory this app should also build fine for desktop, though not every feature will be functional. +For example, voice-messages and notifications are currently not supported on desktop builds.