From 0635d1414e4fb3744e47f276074597e6da5878f4 Mon Sep 17 00:00:00 2001 From: Marcel Tiede Date: Sat, 17 Aug 2019 07:47:51 +0200 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3895c0f0d..b5737c78b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ git clone https://github.com/GtkSharp/GtkSharp.git cd GtkSharp ``` -and then simply run either `.\build.ps1` or `./build.sh` depending your operating system. +and then simply run either `.\build.ps1` or `./build.sh` depending your operating system. If you have [Cake](https://cakebuild.net/) installed as a .NET global tool just run `dotnet-cake`. If you wish to generate the nuget packages simply add the `--BuildTarget=PackageNuGet` as an argument when calling the build script.