From 32f186076b6aba7bfcbcae0c43a44624a7f680a7 Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Sun, 12 Apr 2020 23:00:11 +0000
Subject: [PATCH] Update readme to add first flatpak installation method

---
 README.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1deaf2a..64d8406 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,12 @@ For regular updates, check out the Briar tag on
 
 ## Installation
 
-So far, there is no official installation method and
-you have to build it from source.
+Alpha releases of Briar GTK can be installed using Flatpak.
+After [installing Flatpak](https://flatpak.org/setup/), you can install
+Briar GTK like this:
+```
+flatpak install --user https://flatpak.dorfbrunnen.eu/repo/appstream/app.briar.gtk.flatpakref
+```
 
 ## Developers
 
-- 
GitLab