From de0489f398f79478ba6170105f695d6ac5b1e8b9 Mon Sep 17 00:00:00 2001 From: LDprg <71488985+LDprg@users.noreply.github.com> Date: Sun, 9 Jul 2023 19:35:44 +0200 Subject: [PATCH] Readme: Change apt-get to apt apt-get is deprecated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8411f57..096da7b 100644 --- a/README.md +++ b/README.md @@ -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 ```