Skip to content

Commit 4166e0f

Browse files
authored
Updated flatpak install
1 parent 49cd0bc commit 4166e0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ Install [remmina-git](https://aur.archlinux.org/packages/remmina-git) from [AUR]
107107
### For users with a distro that supports [Flatpak](https://flathub.org/), including Ubuntu ###
108108

109109
```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
110+
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
111+
flatpak install --user flathub org.remmina.Remmina
112+
flatpak run --user org.remmina.Remmina
113113
```
114114

115115
Just be aware that flatpak store data for installed applications (the XDG config/data folders) under ```$HOME/.var```

0 commit comments

Comments
 (0)