Colin McMillen 2020-11-21 03:37:00 +00:00
parent 3f2f6972ad
commit cc76c7295c

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