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