master
Colin McMillen 4 years ago
parent
commit
120ea7117e
  1. 3
      dotnet-on-Ubuntu.md

3
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
```
Loading…
Cancel
Save