From 120ea7117e522fca338a5062fe5e903470f3b0cf Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Tue, 17 Nov 2020 20:41:39 +0000 Subject: [PATCH] --- dotnet-on-Ubuntu.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotnet-on-Ubuntu.md b/dotnet-on-Ubuntu.md index 3323807..74d99ec 100644 --- a/dotnet-on-Ubuntu.md +++ b/dotnet-on-Ubuntu.md @@ -26,5 +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 run OpenGL/OpenGL.csproj +dotnet build OpenGL/OpenGL.csproj +dotnet run --project OpenGL/OpenGL.csproj ```