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

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index da6277c59..d82c9c871 100644
--- a/README.md
+++ b/README.md
@@ -107,9 +107,9 @@ Install [remmina-git](https://aur.archlinux.org/packages/remmina-git) from [AUR]
### For users with a distro that supports [Flatpak](https://flathub.org/), including Ubuntu ###
```sh
-flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
-flatpak --system install org.remmina.Remmina
-flatpak run org.remmina.Remmina
+flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
+flatpak install --user flathub org.remmina.Remmina
+flatpak run --user org.remmina.Remmina
```
Just be aware that flatpak store data for installed applications (the XDG config/data folders) under ```$HOME/.var```