fix: point git clone to right branch in readme

This commit is contained in:
Oskar Manhart 2023-08-11 15:19:41 +02:00
parent 10fd26aae8
commit 7e62f2d40c

View File

@ -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
```