From cc76c7295c0be0bb07312883571f8bfc7f52a241 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Sat, 21 Nov 2020 03:37:00 +0000 Subject: [PATCH] --- dotnet-on-Ubuntu.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet-on-Ubuntu.md b/dotnet-on-Ubuntu.md index 74d99ec..e49a950 100644 --- a/dotnet-on-Ubuntu.md +++ b/dotnet-on-Ubuntu.md @@ -26,6 +26,6 @@ sudo apt install dotnet-sdk-3.1 dotnet new --install MonoGame.Templates.CSharp dotnet tool install --global dotnet-mgcb-editor mgcb-editor --register -dotnet build OpenGL/OpenGL.csproj -dotnet run --project OpenGL/OpenGL.csproj +dotnet build DesktopGL/DesktopGL.csproj +dotnet run --project DesktopGL/DesktopGL.csproj ```