Skip to content

Commit 76949a9

Browse files
Merge pull request MonoGame#16 from AristurtleDev/update-wine-setup-link
Updates the url for WINE Setup Script
2 parents 1499a6c + d1958c1 commit 76949a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/getting_started/1_setting_up_your_development_environment_unix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ sudo apt install wine64 p7zip-full curl
5858
Create wine prefix:
5959

6060
```sh
61-
wget -qO- https://raw.githubusercontent.com/MonoGame/MonoGame/master/Tools/MonoGame.Effect.Compiler/mgfxc_wine_setup.sh | bash
61+
wget -qO- https://monogame.net/downloads/net6_mgfxc_wine_setup.sh | bash
6262
```
6363

6464
If you ever need to undo the script, simply delete the `.winemonogame` folder in your home directory.

0 commit comments

Comments
 (0)