resolved the conflict caused by me being a dumb dumb

This commit is contained in:
Lynne Megido 2020-09-01 17:20:15 +10:00
commit e31c25db49
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -19,6 +19,8 @@ the packages you'll need are `mono-devel` and `gtk-sharp3`, so:
```
sudo apt install mono-devel gtk-sharp3
```
#### dotnet
follow [these instructions](https://docs.microsoft.com/en-us/dotnet/core/install/linux-debian) to add the dotnet repo and install dotnet-sdk.
### arch linux
#### dotnet
@ -30,6 +32,10 @@ sudo pacman -S dotnet-sdk
```
sudo pacman -S mono gtk-sharp-3
```
#### dotnet
```
sudo pacman -S dotnet-sdk
```
### windows
- download and install ".NET Core SDK" from [this page](https://dotnet.microsoft.com/download)