Skip to content

Commit 261139a

Browse files
authored
Add additional command for wine
We need to add the following command for wine for it to run ``` xattr -dr com.apple.quarantine "/Applications/Wine Stable.app" ```
1 parent 27753ae commit 261139a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/getting_started/1_setting_up_your_os_for_development_macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ MonoGame provides a setup script that can be executed to setup the Wine environm
5252
1. Enter the following command:
5353

5454
```sh
55-
brew install wget p7zip curl && brew install --cask wine-stable
55+
brew install wget p7zip curl && brew install --cask wine-stable && xattr -dr com.apple.quarantine "/Applications/Wine Stable.app"
5656
```
5757

5858
1. Now that the prerequisites are installed, download the [mgfxc_wine_setup.sh](https://monogame.net/downloads/net9_mgfxc_wine_setup.sh) script and execute it by entering the following command in the terminal:

0 commit comments

Comments
 (0)