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:
authorDenis Ollier <larchunix@users.noreply.github.com>2018-06-03 11:01:32 +0300
committerDenis Ollier <larchunix@users.noreply.github.com>2018-06-03 11:01:32 +0300
commitf3078525e1e89289f8618f7d36e68ea1b6a9cc38 (patch)
tree68c8bd36c61ac533978a8d494c226290d75962d9 /README.md
parent9b5ae9831455d8f7bc43c105408ae5a9b4b68fc0 (diff)
readme: flatpak run command does not support --user arg
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e662e0c5b..8f599e557 100644
--- a/README.md
+++ b/README.md
@@ -128,7 +128,7 @@ zypper in remmina
```sh
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
+flatpak run org.remmina.Remmina
```
If you use SSH agent (https://github.com/flatpak/flatpak/issues/1438 )