From 7e62f2d40c6d28709f38de573ea95687d4e27125 Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Fri, 11 Aug 2023 15:19:41 +0200 Subject: [PATCH] fix: point git clone to right branch in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index beaba31..875fd36 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To get things going, use: ``` bash brew install --cask xquartz # reboot after installing this brew install coreutils freerdp -git clone https://github.com/winapps-org/winapps.git +git clone -b legacy-macos https://github.com/winapps-org/winapps.git cd winapps ```