Update README.md

This commit is contained in:
Chase Wright 2021-01-27 08:38:55 -06:00 committed by GitHub
parent ee277809b4
commit a91f757b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ sudo apt-get update
sudo apt-get install freerdp2-dev freerdp2-x11
```
## NOTE: Debian 10 users having issues with RDP have reported the following fix:
## NOTE: Debian users having issues with RDP have reported the following fix:
```
sudo bash -c 'echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/sources.list.d/backports.list'
sudo apt update