From b0a588ddc2cc1b1f42f03d9fee907fd8347fe20d Mon Sep 17 00:00:00 2001
From: Taras Smakula <tarassmakula@gmail.com>
Date: Mon, 2 Oct 2023 13:56:13 +0300
Subject: [PATCH] Update readme

---
 README.md | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f3b4433e2..12d5cfacd 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,17 @@
-circles-android
+# FUTO Circles
+[Circles](https://circu.li/circles.html) is an end-to-end encrypted social network app
+that enables friends and families to securely share stories and photos while safeguarding
+security and privacy.
+
+Mobile apps for [Android](https://gitlab.futo.org/circles/circles-android) and [iOS](https://gitlab.futo.org/circles/circles-ios) are under active development.
+
+[<img src="resources/img/google-play-badge.png" alt="Get it on Google Play" height="60">](https://play.google.com/store/apps/details?id=org.futo.circles)
+[<img src="resources/img/f-droid-badge.png" alt="Get it on F-Droid" height="60">](https://circu.li/fdroid/repo/)
+
+Circles is built on [Matrix](https://matrix.org/), and as such, it inherits many nice
+properties from Matrix, including:
+* Federation - Anyone can run their own server, and users on different servers can communicate with each other seamlessly.
+* Open APIs and data formats - Circles uses standard Matrix message types, and it works
+  with any spec-compliant Matrix server.
+* Security - Circles offers the same security guarantees as Matrix, using the same
+  E2E encryption code as in Element and other popular Matrix clients.
-- 
GitLab