Skip to content

Commit

Permalink
Updated flatpak install
Browse files Browse the repository at this point in the history
  • Loading branch information
antenore committed Apr 13, 2018
1 parent 49cd0bc commit 4166e0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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```
Expand Down

0 comments on commit 4166e0f

Please sign in to comment.