From 956cf463d4e01c6f7e0945fb6d2cef6572d67ab6 Mon Sep 17 00:00:00 2001
From: Antoine Fontaine <antoine.fontaine@epfl.ch>
Date: Mon, 10 Jun 2019 19:52:36 +0200
Subject: [PATCH] Simpler flatpak build instructions

---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 992531e..3f6b4f8 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,7 @@ Fedora and Debian packages are planned.
 
 You can also install using flatpak, which should work for every Linux distribution
 ```sh
-flatpak install org.gnome.Sdk//3.30 org.gnome.Platform//3.30
-flatpak-builder --install --user --force-clean _flatbuild ch.gnugen.Moody.json
+flatpak-builder --install-deps-from=flatpak --install --user --force-clean _flatbuild ch.gnugen.Moody.json
 ```
 For some reason, you may need to install elfutils `sudo apt install elfutils`  
 Flatpak will build libhandy and myhtml from their repositry, and use libsoup and libsecret
-- 
GitLab