Skip to content

Commit f929db6

Browse files
Updating brew install command instead of separate commands
1 parent 0f6b06f commit f929db6

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

articles/getting_started/1_setting_up_your_os_for_development_macos.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +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 p7zip curl && brew install --cask wine-stable
56-
```
57-
58-
1. Install `wget` using brew to execute the next script in the following step:
59-
60-
```sh
61-
brew install wget
55+
brew install wget p7zip curl && brew install --cask wine-stable
6256
```
6357

6458
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:

articles/getting_started/1_setting_up_your_os_for_development_ubuntu.md

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

4949
```sh
50-
sudo apt install curl p7zip-full wine64
50+
sudo apt install wget curl p7zip-full wine64
5151
```
5252

5353
> [!TIP]

0 commit comments

Comments
 (0)