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-23 15:33:46 +0300
committerGitHub <noreply@github.com>2016-10-23 15:33:46 +0300
commit1e381aa511651a749ef3c664ebb28b2da697c0e7 (patch)
tree163e706ef81017344ad4c399e1d81e60d69d1cdd /README.md
parent341c48eed49011ae8a838603687e1ef07c6180cd (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 de78a64ea..5148eb9d0 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 archived 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 achived 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