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 ```