From 8f377404c601287c580524d0144807272fe8ca95 Mon Sep 17 00:00:00 2001 From: Jacob Kirkbride Date: Fri, 20 Sep 2024 00:20:08 -0400 Subject: [PATCH] Correct Ubuntu setup description --- .../1_setting_up_your_os_for_development_ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/getting_started/1_setting_up_your_os_for_development_ubuntu.md b/articles/getting_started/1_setting_up_your_os_for_development_ubuntu.md index e51fc606..10d38e5d 100644 --- a/articles/getting_started/1_setting_up_your_os_for_development_ubuntu.md +++ b/articles/getting_started/1_setting_up_your_os_for_development_ubuntu.md @@ -1,6 +1,6 @@ --- title: Setting up your OS for development on Ubuntu -description: This section provides a step-by-step guide for setting up your development environment on Windows. +description: This section provides a step-by-step guide for setting up your development environment on Ubuntu. --- 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.