Colin McMillen 2020-11-17 20:41:39 +00:00
parent f90526002c
commit 120ea7117e

@ -26,5 +26,6 @@ sudo apt install dotnet-sdk-3.1
dotnet new --install MonoGame.Templates.CSharp dotnet new --install MonoGame.Templates.CSharp
dotnet tool install --global dotnet-mgcb-editor dotnet tool install --global dotnet-mgcb-editor
mgcb-editor --register mgcb-editor --register
dotnet run OpenGL/OpenGL.csproj dotnet build OpenGL/OpenGL.csproj
dotnet run --project OpenGL/OpenGL.csproj
``` ```