From cd5e8c5640a9b8f2cf65a530acf03fdea60aab81 Mon Sep 17 00:00:00 2001 From: JohnTheCoolingFan <43478602+JohnTheCoolingFan@users.noreply.github.com> Date: Mon, 15 May 2023 22:14:02 +0300 Subject: [PATCH] Added `--install-deps-from` flag to building instructions This flag makes installation of dependencies automatic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 078cf92..9dad4a7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ mkdir build Replace `manifest.yaml` with the path to application manifest. ``` flatpak-builder --install --user --force-clean \ - --state-dir=build/flatpak-builder \ + --state-dir=build/flatpak-builder --install-deps-from=flathub \ --repo=build/flatpak-repo build/flatpak-target \ manifest.yaml ```