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:
authorGiovanni Panozzo <giovanni@panozzo.it>2016-10-24 22:50:31 +0300
committerGitHub <noreply@github.com>2016-10-24 22:50:31 +0300
commit4a54811748d9732ee45a311f6f898ccc3e7bd9dd (patch)
treef65d7d61b9ebcf98bb3ec69e3e09d2cc8bb69d78 /README.md
parent68d22425d5fb995fd6c43fda8b21daf35528cead (diff)
Update README.md
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 3ad90b014..13dfc9c01 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ sudo apt-get install remmina remmina-plugin-rdp libfreerdp-plugins-standard
```
By default the RDP, SSH and SFTP plugins are installed. You can view a list of available plugins with `apt-cache search remmina-plugin`
-If you want to connect to more securely configured SSH servers on Ubuntu 16.04 and below, you have to upgrade libssh to 0.7.X. This can be achived by adding the following PPA containing libssh 0.7.X by David Kedves and upgrading your packages:
+If you want to connect to more securely configured SSH servers on Ubuntu 16.04 and below, you have to upgrade libssh to 0.7.X. This can be achieved by adding the following PPA containing libssh 0.7.X by David Kedves and upgrading your packages:
```sh
sudo add-apt-repository ppa:kedazo/libssh-0.7.x
sudo apt-get update