Skip to content

Commit ec5ca4a

Browse files
authored
Update 1_setting_up_your_os_for_development_ubuntu.md
1 parent f929db6 commit ec5ca4a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/getting_started/1_setting_up_your_os_for_development_ubuntu.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ To develop with MonoGame in C#, you will need to install the .NET SDK. As of Mon
88
## Install .NET 8 SDK
99

1010
1. Open a new **Terminal** window.
11-
2. Enter the following command in the terminal to download the **dotnet-install.sh**
11+
2. Enter the following command in the terminal to install the latest .NET 8 SDK:
1212

1313
```sh
1414
sudo apt-get update && sudo apt-get install -y dotnet-sdk-8.0
1515
```
1616

17-
This will ensure the latest .NET 8 SDK is installed and setup in your environment.
18-
1917
## Install additional workloads
2018

2119
If you intend to also work with platforms such as `Android` or `iOS`, you will need to install the additional .NET workload templates for those platforms which include additional features and simulators to support those platforms. Just run the following commands from the terminal for the platforms below you wish to install.

0 commit comments

Comments
 (0)