Update README.md

This commit is contained in:
Margot 2024-09-19 15:49:30 +02:00 committed by GitHub
parent 0468d3b4cb
commit 39063a3fff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -288,7 +288,7 @@ If you already have a Windows VM or server you wish to use with WinApps, you wil
Install the required dependencies. Install the required dependencies.
- Debian/Ubuntu: - Debian/Ubuntu:
```bash ```bash
sudo apt install -y dialog freerdp3-x11 iproute2 libnotify-bin netcat sudo apt install -y dialog freerdp3-x11 iproute2 libnotify-bin netcat-openbsd
``` ```
- Fedora/RHEL: - Fedora/RHEL:
```bash ```bash
@ -296,8 +296,7 @@ Install the required dependencies.
``` ```
- Arch Linux: - Arch Linux:
```bash ```bash
sudo pacman -Syu --needed -y dialog freerdp iproute2 libnotify sudo pacman -Syu --needed -y dialog freerdp iproute2 libnotify gnu-netcat
gnu-netcat
``` ```
- Gentoo Linux: - Gentoo Linux:
```bash ```bash