Readme: Change apt-get to apt

apt-get is deprecated
This commit is contained in:
LDprg 2023-07-09 19:35:44 +02:00 committed by Oskar Manhart
parent b94e763b96
commit de0489f398

View File

@ -92,7 +92,7 @@ If you already have a Virtual Machine or server you wish to use with WinApps, yo
### Step 2: Download the repo and prerequisites
To get things going, use:
``` bash
sudo apt-get install -y freerdp2-x11
sudo apt install -y freerdp2-x11
git clone https://github.com/winapps-org/winapps.git
cd winapps
```