parent
ff7ac00452
commit
d49032afa0
@ -18,3 +18,12 @@ dotnet run
|
|||||||
|
|
||||||
More documentation on `dotnet new`:
|
More documentation on `dotnet new`:
|
||||||
https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new
|
https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new
|
||||||
|
|
||||||
|
Stuff specific to MonoGame:
|
||||||
|
https://docs.monogame.net/articles/getting_started/1_setting_up_your_development_environment_ubuntu.html
|
||||||
|
```shell
|
||||||
|
sudo apt install dotnet-sdk-3.1
|
||||||
|
dotnet new --install MonoGame.Templates.CSharp
|
||||||
|
dotnet tool install --global dotnet-mgcb-editor
|
||||||
|
mgcb-editor --register
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user