From 5e440dd9ec128a5423f7d5a697746a22b92836d8 Mon Sep 17 00:00:00 2001 From: zciendor <37557036+zciendor@users.noreply.github.com> Date: Thu, 30 Apr 2020 08:01:12 +0000 Subject: [PATCH] git submodule instruction for flatpak building git submodule instruction for the flathub shared modules was missing --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index 52e67b4b..5914b794 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -112,6 +112,7 @@ Once you have `flatpak` and `flatpak-builder` installed: ``` git clone git://github.com/Bitmessage/PyBitmessage.git cd PyBitmessage/ +git submodule add https://github.com/flathub/shared-modules.git flatpak-builder --install _flatpak -install-deps-from=flathub --force-clean --user org.bitmessage.PyBitmessage.json ``` This will install PyBitmessage to your local flatpak user repository, but it