diff --git a/readme.md b/readme.md index 770556d..db7c66f 100644 --- a/readme.md +++ b/readme.md @@ -55,8 +55,9 @@ dotnet build ``` ### mono +it doesn't actually build with mono anymore because mono's C# version is too old, and these instructions are wrong anyway, but it's something like ``` -mcs -pkg:gtk-sharp-3.0 -resource:ui.glade *.cs +mcs -pkg:gtk-sharp-3.0 -resource:ui/main.glade -resource:ui/add.glade -resource:ui/settings.glade *.cs ``` ---