diff --git a/readme.md b/readme.md index ed06ad9..770556d 100644 --- a/readme.md +++ b/readme.md @@ -5,6 +5,15 @@ i figured, may as well try and learn c# 0uo +## quick start (arch linux) +```bash +git clone https://git.bune.city/lynnesbian/buypeeb-cs +cd buypeeb-cs +sudo pacman -S dotnet-sdk +dotnet run +``` +--- + ## installing prerequisites you will need either: - [dotnet core sdk](https://dotnet.microsoft.com/) (recommended, it's the easiest to use) @@ -37,6 +46,8 @@ sudo pacman -S mono gtk-sharp-3 i have no idea how to install mono with gtksharp properly on windows, and believe me i tried +--- + ## compiling ### dotnet ``` @@ -48,6 +59,7 @@ dotnet build mcs -pkg:gtk-sharp-3.0 -resource:ui.glade *.cs ``` +--- ## running ### dotnet ```