Skip to content

Commit 15f7db2

Browse files
authored
Update 1_setting_up_your_os_for_development_macos.md (MonoGame#106)
Update the docs to use the .net 9 install script
1 parent 50b10e6 commit 15f7db2

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ MonoGame provides a setup script that can be executed to setup the Wine environm
5555
brew install wget p7zip curl && brew install --cask wine-stable
5656
```
5757

58-
1. Now that the prerequisites are installed, download the [mgfxc_wine_setup.sh](https://monogame.net/downloads/net8_mgfxc_wine_setup.sh) script and execute it by entering the following command in the terminal:
58+
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:
5959

6060
```sh
6161
wget -qO- https://monogame.net/downloads/net8_mgfxc_wine_setup.sh | bash

0 commit comments

Comments
 (0)