From 2bf371ff568f45f2cf53593a897cfeef13d3d4a4 Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Fri, 27 Dec 2019 19:14:35 +0100 Subject: [PATCH] Add FAQ entry on how to install on the Librem 5 --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48d8d8f..0f22662 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,26 @@ Don't forget to initialize the briar-wrapper submodule: ## FAQ -Take a look at +### How can I run this on the Librem 5? + +Whether you own a Librem 5 or +[set up an emulator](https://developer.puri.sm/Librem5/Development_Environment/Boards/emulators.html), +you can install Briar GTK easily using Flatpak. + +Before you start, you have to install some dependencies: + +```bash +sudo apt install flatpak-builder elfutils +``` + +You can then simply +[follow the instructions from above](#developers). +Note that you currently don't get beyond the setup screen +because Briar Headless only works on x86 platforms so far. + +--- + +For more questions, take a look at [the FAQ of python-briar-wrapper](https://code.briarproject.org/briar/python-briar-wrapper/blob/master/README.md#faq). ## License -- GitLab