From 3a238bfd4f76e57a68d88a33432807b61ab1239a Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Mon, 24 Mar 2025 13:04:17 +0000 Subject: [PATCH] Update 1_setting_up_your_os_for_development_macos.md Update the docs to use the .net 9 install script --- .../1_setting_up_your_os_for_development_macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/getting_started/1_setting_up_your_os_for_development_macos.md b/articles/getting_started/1_setting_up_your_os_for_development_macos.md index af13d966..c32bcada 100644 --- a/articles/getting_started/1_setting_up_your_os_for_development_macos.md +++ b/articles/getting_started/1_setting_up_your_os_for_development_macos.md @@ -55,7 +55,7 @@ MonoGame provides a setup script that can be executed to setup the Wine environm brew install wget p7zip curl && brew install --cask wine-stable ``` -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: +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: ```sh wget -qO- https://monogame.net/downloads/net8_mgfxc_wine_setup.sh | bash