We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49cd0bc commit 4166e0fCopy full SHA for 4166e0f
1 file changed
README.md
@@ -107,9 +107,9 @@ Install [remmina-git](https://aur.archlinux.org/packages/remmina-git) from [AUR]
107
### For users with a distro that supports [Flatpak](https://flathub.org/), including Ubuntu ###
108
109
```sh
110
-flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
111
-flatpak --system install org.remmina.Remmina
112
-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
113
```
114
115
Just be aware that flatpak store data for installed applications (the XDG config/data folders) under ```$HOME/.var```
0 commit comments