From 0a7b299efa9e9badfbcfa3c9614c782e5d5c6cea Mon Sep 17 00:00:00 2001 From: Jake Kirkbride Date: Thu, 26 Sep 2024 15:01:59 -0400 Subject: [PATCH] Correct Ubuntu setup description (#67) --- .../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 e51fc60..10d38e5 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.