master
Colin McMillen 4 years ago
parent
commit
cc76c7295c
  1. 4
      dotnet-on-Ubuntu.md

4
dotnet-on-Ubuntu.md

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