Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormesonium <mesonium@posteo.eu>2023-04-03 20:54:02 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-04-03 20:54:02 +0300
commit91d16189c304d8214ae3b1022dc59cbba6c81a0d (patch)
treef1820fff2029616767a086616521318423df8015 /flatpak
parentb908b71b99a72aff3c98fd903f74db45a2cb0f06 (diff)
other: Flatpak: Update README.md
Add --user to flatpak-builder command
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/flatpak/README.md b/flatpak/README.md
index 1b36b0d84..c8b7b89db 100644
--- a/flatpak/README.md
+++ b/flatpak/README.md
@@ -78,7 +78,7 @@ Replace install path `~/Gajim/gajim_flatpak` with an install path of your choice
```bash
flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
-flatpak-builder --repo=gajim_flatpak_repo --install-deps-from=flathub --force-clean ~/Gajim/gajim_flatpak ~/Gajim/flatpak/org.gajim.Gajim.yaml
+flatpak-builder --user --repo=gajim_flatpak_repo --install-deps-from=flathub --force-clean ~/Gajim/gajim_flatpak ~/Gajim/flatpak/org.gajim.Gajim.yaml
flatpak --user remote-add --no-gpg-verify gajim_flatpak_repo gajim_flatpak_repo
flatpak --user install gajim_flatpak_repo org.gajim.Gajim
flatpak run org.gajim.Gajim