Skip to content

Commit d13d82f

Browse files
Updated version reference to a Tip
1 parent f961496 commit d13d82f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

articles/getting_started/1_setting_up_your_os_for_development_ubuntu.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: Setting up your OS for development on Ubuntu
33
description: This section provides a step-by-step guide for setting up your development environment on Ubuntu.
44
---
55

6+
> [!TIP]
7+
> The minimum version of Ubuntu that is supported by MonoGame is `20.04`.
8+
69
To develop with MonoGame in C#, you will need to install the .NET SDK. As of MonoGame 3.8.2 the minimum supported version is .NET 8.
710

811
## Install .NET 8 SDK

articles/getting_started/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ By the end of this tutorial set, you will have a working project to build for yo
3333

3434
- [Windows](./1_setting_up_your_os_for_development_windows.md)
3535
- [macOS](./1_setting_up_your_os_for_development_macos.md)
36-
- [Ubuntu (min 20.04)](./1_setting_up_your_os_for_development_ubuntu.md)
36+
- [Ubuntu](./1_setting_up_your_os_for_development_ubuntu.md)
3737

3838
### 2. Choosing your IDE for development
3939

articles/toc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
href: getting_started/1_setting_up_your_os_for_development_windows.md
1818
- name: macOS
1919
href: getting_started/1_setting_up_your_os_for_development_macos.md
20-
- name: Ubuntu (min 20.04)
20+
- name: Ubuntu
2121
href: getting_started/1_setting_up_your_os_for_development_ubuntu.md
2222
- name: 2. Choosing your IDE
2323
items:

0 commit comments

Comments
 (0)