From a6ca671d965db873e1918cc7ecc06b9cf9a4c219 Mon Sep 17 00:00:00 2001 From: prime31 Date: Fri, 13 Nov 2020 15:11:03 -0800 Subject: [PATCH] Update WINE_INSTALL.md --- WINE_INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WINE_INSTALL.md b/WINE_INSTALL.md index 529c73b..e5e4de3 100644 --- a/WINE_INSTALL.md +++ b/WINE_INSTALL.md @@ -8,7 +8,7 @@ To install Wine and winetricks on **Linux**, refer to your distribution's packag To install Wine and winetricks on **macOS**: - Install Homebrew from https://brew.sh/ -- Install wine with `brew install wine` +- Install wine with `brew install rew cask install wine-stable` - Install winetricks with `brew install winetricks` - (If you already have these installed, update with: `brew update`, `brew upgrade wine`, `brew upgrade winetricks`)