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:
authorAntenore Gatta <antenore@simbiosi.org>2018-04-13 10:46:59 +0300
committerGitHub <noreply@github.com>2018-04-13 10:46:59 +0300
commit4166e0f92d140880111a505a5704b97e9a37f386 (patch)
tree78bf18dd8ce2f454b4b0480c299f970237a717e1
parent49cd0bc79ad376c0d7d28bba7aa2693f73e111b6 (diff)
Updated flatpak installv1.2.0-rcgit.29+fpbuild0
-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```