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-07-07 01:32:45 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-07-07 01:32:45 +0300
commit8f8390311a6fb6fa25273223a093f302a88319df (patch)
tree07b695d1b9594e04e21411b146fc7d77f6fbd7b2 /README.md
parent992dc7eb2c9430da4beb08c01965256e9f1304a0 (diff)
Various fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 18 insertions, 3 deletions
diff --git a/README.md b/README.md
index b779a235d..ed8887a5e 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,9 @@
# IMPORTANT NOTICE
-We are moving to [gitlab](https://gitlab.com/Remmina/Remmina)
+We have moved to [gitlab](https://gitlab.com/Remmina/Remmina)
-From the 1st of July 2018 the following links have to be used instead og GitHub.
+Since the 1st of July 2018 the following links have to be used instead of GitHub.
* [issues URL](https://gitlab.com/Remmina/Remmina/issues)
* [wiki URL](https://gitlab.com/Remmina/Remmina/wikis/home)
@@ -110,7 +110,7 @@ dnf upgrade --refresh 'remmina*' 'freerdp*'
~~On Red Hat you can enable the EPEL repository:~~
-Note: Unlucky Remmina is not yet in EPEL, you can help submitting a request on the [Red Hat bugzilla](https://bugzilla.redhat.com/).
+Note: Unlucky Remmina is not yet in EPEL, you can help submitting a request on the [Red Hat bugzilla](https://bugzilla.redhat.com/).
```sh
wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
@@ -134,6 +134,21 @@ zypper in remmina
### For users with a distro that supports [Flatpak](https://flathub.org/), including Ubuntu ###
+## Development snapshot
+
+Download [this](https://gitlab.com/Remmina/Remmina/-/jobs/artifacts/master/raw/flatpak/remmina-dev.flatpak\?job\=flatpak:test) flatpak
+and install it as described here
+
+```sh
+flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
+flatpak install --user --bundle remmina-dev.flatpak
+flatpak run org.remmina.Remmina
+```
+
+## Last stable official build on [FlatHub](https://flathub.org/apps/details/org.remmina.Remmina)
+
+Execute the following commands.
+
```sh
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install --user flathub org.remmina.Remmina